Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.44 KB

ConnectionState.md

File metadata and controls

40 lines (30 loc) · 2.44 KB

airbyte_config_api_client.model.connection_state.ConnectionState

Contains the state for a connection. The stateType field identifies what type of state it is. Only the field corresponding to that type will be set, the rest will be null. If stateType=not_set, then none of the fields will be set.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Contains the state for a connection. The stateType field identifies what type of state it is. Only the field corresponding to that type will be set, the rest will be null. If stateType=not_set, then none of the fields will be set.

Dictionary Keys

Key Input Type Accessed Type Description Notes
stateType ConnectionStateType ConnectionStateType
connectionId str, uuid.UUID, str, value must be a uuid
state dict, frozendict.frozendict, frozendict.frozendict, [optional]
streamState list, tuple, tuple, [optional]
globalState GlobalState GlobalState [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

state

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

streamState

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
StreamState StreamState StreamState

[Back to Model list] [Back to API list] [Back to README]