Omni Data Classes
examples.omni.data_classes
CDFExternalReferences
Bases: DomainModel
This represents the reading version of cdf external reference.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external reference. |
required | |
data_record
|
The data record of the cdf external reference node. |
required | |
file
|
The file field. |
required | |
sequence
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references.py
as_write()
Convert this read version of cdf external reference to the writing version.
CDFExternalReferencesGraphQL
Bases: GraphQLCore
This represents the reading version of cdf external reference, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external reference. |
required | |
data_record
|
The data record of the cdf external reference node. |
required | |
file
|
The file field. |
required | |
sequence
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references.py
as_read()
Convert this GraphQL format of cdf external reference to the reading format.
as_write()
Convert this GraphQL format of cdf external reference to the writing format.
CDFExternalReferencesList
Bases: DomainModelList[CDFExternalReferences]
List of cdf external references in the read version.
Source code in examples/omni/data_classes/_cdf_external_references.py
as_write()
Convert these read versions of cdf external reference to the writing versions.
CDFExternalReferencesListed
Bases: DomainModel
This represents the reading version of cdf external references listed.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external references listed. |
required | |
data_record
|
The data record of the cdf external references listed node. |
required | |
files
|
The file field. |
required | |
sequences
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_write()
Convert this read version of cdf external references listed to the writing version.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesListedGraphQL
Bases: GraphQLCore
This represents the reading version of cdf external references listed, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external references listed. |
required | |
data_record
|
The data record of the cdf external references listed node. |
required | |
files
|
The file field. |
required | |
sequences
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_read()
Convert this GraphQL format of cdf external references listed to the reading format.
as_write()
Convert this GraphQL format of cdf external references listed to the writing format.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesListedList
Bases: DomainModelList[CDFExternalReferencesListed]
List of cdf external references listeds in the read version.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_write()
Convert these read versions of cdf external references listed to the writing versions.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesListedWrite
Bases: DomainModelWrite
This represents the writing version of cdf external references listed.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external references listed. |
required | |
data_record
|
The data record of the cdf external references listed node. |
required | |
files
|
The file field. |
required | |
sequences
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesListedWriteList
Bases: DomainModelWriteList[CDFExternalReferencesListedWrite]
List of cdf external references listeds in the writing version.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesWrite
Bases: DomainModelWrite
This represents the writing version of cdf external reference.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external reference. |
required | |
data_record
|
The data record of the cdf external reference node. |
required | |
file
|
The file field. |
required | |
sequence
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references.py
CDFExternalReferencesWriteList
Bases: DomainModelWriteList[CDFExternalReferencesWrite]
List of cdf external references in the writing version.
Source code in examples/omni/data_classes/_cdf_external_references.py
ConnectionEdgeA
Bases: DomainRelation
This represents the reading version of connection edge a.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection edge a. |
required | |
data_record
|
The data record of the connection edge a edge. |
required | |
end_node
|
The end node of this edge. |
required | |
end_time
|
The end time field. |
required | |
name
|
The name field. |
required | |
start_time
|
The start time field. |
required |
Source code in examples/omni/data_classes/_connection_edge_a.py
as_write()
Convert this read version of connection edge a to the writing version.
ConnectionEdgeAGraphQL
Bases: GraphQLCore
This represents the reading version of connection edge a, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection edge a. |
required | |
data_record
|
The data record of the connection edge a node. |
required | |
end_node
|
The end node of this edge. |
required | |
end_time
|
The end time field. |
required | |
name
|
The name field. |
required | |
start_time
|
The start time field. |
required |
Source code in examples/omni/data_classes/_connection_edge_a.py
as_read()
Convert this GraphQL format of connection edge a to the reading format.
as_write()
Convert this GraphQL format of connection edge a to the writing format.
ConnectionEdgeAList
Bases: DomainRelationList[ConnectionEdgeA]
List of connection edge as in the reading version.
Source code in examples/omni/data_classes/_connection_edge_a.py
as_write()
Convert this read version of connection edge a list to the writing version.
ConnectionEdgeAWrite
Bases: DomainRelationWrite
This represents the writing version of connection edge a.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection edge a. |
required | |
data_record
|
The data record of the connection edge a edge. |
required | |
end_node
|
The end node of this edge. |
required | |
end_time
|
The end time field. |
required | |
name
|
The name field. |
required | |
start_time
|
The start time field. |
required |
Source code in examples/omni/data_classes/_connection_edge_a.py
ConnectionEdgeAWriteList
Bases: DomainRelationWriteList[ConnectionEdgeAWrite]
List of connection edge as in the writing version.
Source code in examples/omni/data_classes/_connection_edge_a.py
ConnectionItemA
Bases: DomainModel
This represents the reading version of connection item a.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item a. |
required | |
data_record
|
The data record of the connection item a node. |
required | |
name
|
The name field. |
required | |
other_direct
|
The other direct field. |
required | |
outwards
|
The outward field. |
required | |
self_direct
|
The self direct field. |
required |
Source code in examples/omni/data_classes/_connection_item_a.py
as_write()
Convert this read version of connection item a to the writing version.
ConnectionItemAGraphQL
Bases: GraphQLCore
This represents the reading version of connection item a, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item a. |
required | |
data_record
|
The data record of the connection item a node. |
required | |
name
|
The name field. |
required | |
other_direct
|
The other direct field. |
required | |
outwards
|
The outward field. |
required | |
self_direct
|
The self direct field. |
required |
Source code in examples/omni/data_classes/_connection_item_a.py
as_read()
Convert this GraphQL format of connection item a to the reading format.
as_write()
Convert this GraphQL format of connection item a to the writing format.
ConnectionItemAList
Bases: DomainModelList[ConnectionItemA]
List of connection item as in the read version.
Source code in examples/omni/data_classes/_connection_item_a.py
as_write()
Convert these read versions of connection item a to the writing versions.
ConnectionItemAWrite
Bases: DomainModelWrite
This represents the writing version of connection item a.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item a. |
required | |
data_record
|
The data record of the connection item a node. |
required | |
name
|
The name field. |
required | |
other_direct
|
The other direct field. |
required | |
outwards
|
The outward field. |
required | |
self_direct
|
The self direct field. |
required |
Source code in examples/omni/data_classes/_connection_item_a.py
ConnectionItemAWriteList
Bases: DomainModelWriteList[ConnectionItemAWrite]
List of connection item as in the writing version.
Source code in examples/omni/data_classes/_connection_item_a.py
ConnectionItemB
Bases: DomainModel
This represents the reading version of connection item b.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item b. |
required | |
data_record
|
The data record of the connection item b node. |
required | |
inwards
|
The inward field. |
required | |
name
|
The name field. |
required | |
self_edge
|
The self edge field. |
required |
Source code in examples/omni/data_classes/_connection_item_b.py
as_write()
Convert this read version of connection item b to the writing version.
ConnectionItemBGraphQL
Bases: GraphQLCore
This represents the reading version of connection item b, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item b. |
required | |
data_record
|
The data record of the connection item b node. |
required | |
inwards
|
The inward field. |
required | |
name
|
The name field. |
required | |
self_edge
|
The self edge field. |
required |
Source code in examples/omni/data_classes/_connection_item_b.py
as_read()
Convert this GraphQL format of connection item b to the reading format.
as_write()
Convert this GraphQL format of connection item b to the writing format.
ConnectionItemBList
Bases: DomainModelList[ConnectionItemB]
List of connection item bs in the read version.
Source code in examples/omni/data_classes/_connection_item_b.py
as_write()
Convert these read versions of connection item b to the writing versions.
ConnectionItemBWrite
Bases: DomainModelWrite
This represents the writing version of connection item b.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item b. |
required | |
data_record
|
The data record of the connection item b node. |
required | |
inwards
|
The inward field. |
required | |
name
|
The name field. |
required | |
self_edge
|
The self edge field. |
required |
Source code in examples/omni/data_classes/_connection_item_b.py
ConnectionItemBWriteList
Bases: DomainModelWriteList[ConnectionItemBWrite]
List of connection item bs in the writing version.
Source code in examples/omni/data_classes/_connection_item_b.py
ConnectionItemCEdge
Bases: DomainRelation
This represents the reading version of connection item c edge.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c edge. |
required | |
data_record
|
The data record of the connection item c edge edge. |
required | |
end_node
|
The end node of this edge. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_edge.py
ConnectionItemCEdgeGraphQL
Bases: GraphQLCore
This represents the reading version of connection item c edge, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c edge. |
required | |
data_record
|
The data record of the connection item c edge node. |
required | |
end_node
|
The end node of this edge. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_edge.py
as_read()
Convert this GraphQL format of connection item c edge to the reading format.
ConnectionItemCEdgeList
Bases: DomainRelationList[ConnectionItemCEdge]
List of connection item c edges in the reading version.
Source code in examples/omni/data_classes/_connection_item_c_edge.py
ConnectionItemCNode
Bases: DomainModel
This represents the reading version of connection item c node.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c node. |
required | |
data_record
|
The data record of the connection item c node node. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_node.py
as_write()
Convert this read version of connection item c node to the writing version.
ConnectionItemCNodeGraphQL
Bases: GraphQLCore
This represents the reading version of connection item c node, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c node. |
required | |
data_record
|
The data record of the connection item c node node. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_node.py
as_read()
Convert this GraphQL format of connection item c node to the reading format.
as_write()
Convert this GraphQL format of connection item c node to the writing format.
ConnectionItemCNodeList
Bases: DomainModelList[ConnectionItemCNode]
List of connection item c nodes in the read version.
Source code in examples/omni/data_classes/_connection_item_c_node.py
as_write()
Convert these read versions of connection item c node to the writing versions.
ConnectionItemCNodeWrite
Bases: DomainModelWrite
This represents the writing version of connection item c node.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c node. |
required | |
data_record
|
The data record of the connection item c node node. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_node.py
ConnectionItemCNodeWriteList
Bases: DomainModelWriteList[ConnectionItemCNodeWrite]
List of connection item c nodes in the writing version.
Source code in examples/omni/data_classes/_connection_item_c_node.py
ConnectionItemD
Bases: DomainModel
This represents the reading version of connection item d.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item d. |
required | |
data_record
|
The data record of the connection item d node. |
required | |
direct_multi
|
The direct multi field. |
required | |
direct_single
|
The direct single field. |
required | |
name
|
The name field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_d.py
as_write()
Convert this read version of connection item d to the writing version.
ConnectionItemDGraphQL
Bases: GraphQLCore
This represents the reading version of connection item d, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item d. |
required | |
data_record
|
The data record of the connection item d node. |
required | |
direct_multi
|
The direct multi field. |
required | |
direct_single
|
The direct single field. |
required | |
name
|
The name field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_d.py
as_read()
Convert this GraphQL format of connection item d to the reading format.
as_write()
Convert this GraphQL format of connection item d to the writing format.
ConnectionItemDList
Bases: DomainModelList[ConnectionItemD]
List of connection item ds in the read version.
Source code in examples/omni/data_classes/_connection_item_d.py
as_write()
Convert these read versions of connection item d to the writing versions.
ConnectionItemDWrite
Bases: DomainModelWrite
This represents the writing version of connection item d.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item d. |
required | |
data_record
|
The data record of the connection item d node. |
required | |
direct_multi
|
The direct multi field. |
required | |
direct_single
|
The direct single field. |
required | |
name
|
The name field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_d.py
ConnectionItemDWriteList
Bases: DomainModelWriteList[ConnectionItemDWrite]
List of connection item ds in the writing version.
Source code in examples/omni/data_classes/_connection_item_d.py
ConnectionItemE
Bases: DomainModel
This represents the reading version of connection item e.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item e. |
required | |
data_record
|
The data record of the connection item e node. |
required | |
direct_list_no_source
|
The direct list no source field. |
required | |
direct_no_source
|
The direct no source field. |
required | |
direct_reverse_multi
|
The direct reverse multi field. |
required | |
direct_reverse_single
|
The direct reverse single field. |
required | |
inwards_single
|
The inwards single field. |
required | |
inwards_single_property
|
The inwards single property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_e.py
as_write()
Convert this read version of connection item e to the writing version.
ConnectionItemEGraphQL
Bases: GraphQLCore
This represents the reading version of connection item e, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item e. |
required | |
data_record
|
The data record of the connection item e node. |
required | |
direct_list_no_source
|
The direct list no source field. |
required | |
direct_no_source
|
The direct no source field. |
required | |
direct_reverse_multi
|
The direct reverse multi field. |
required | |
direct_reverse_single
|
The direct reverse single field. |
required | |
inwards_single
|
The inwards single field. |
required | |
inwards_single_property
|
The inwards single property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_e.py
as_read()
Convert this GraphQL format of connection item e to the reading format.
as_write()
Convert this GraphQL format of connection item e to the writing format.
ConnectionItemEList
Bases: DomainModelList[ConnectionItemE]
List of connection item es in the read version.
Source code in examples/omni/data_classes/_connection_item_e.py
as_write()
Convert these read versions of connection item e to the writing versions.
ConnectionItemEWrite
Bases: DomainModelWrite
This represents the writing version of connection item e.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item e. |
required | |
data_record
|
The data record of the connection item e node. |
required | |
direct_list_no_source
|
The direct list no source field. |
required | |
direct_no_source
|
The direct no source field. |
required | |
inwards_single
|
The inwards single field. |
required | |
inwards_single_property
|
The inwards single property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_e.py
ConnectionItemEWriteList
Bases: DomainModelWriteList[ConnectionItemEWrite]
List of connection item es in the writing version.
Source code in examples/omni/data_classes/_connection_item_e.py
ConnectionItemF
Bases: DomainModel
This represents the reading version of connection item f.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item f. |
required | |
data_record
|
The data record of the connection item f node. |
required | |
direct_list
|
The direct list field. |
required | |
name
|
The name field. |
required | |
outwards_multi
|
The outwards multi field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_f.py
as_write()
Convert this read version of connection item f to the writing version.
ConnectionItemFGraphQL
Bases: GraphQLCore
This represents the reading version of connection item f, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item f. |
required | |
data_record
|
The data record of the connection item f node. |
required | |
direct_list
|
The direct list field. |
required | |
name
|
The name field. |
required | |
outwards_multi
|
The outwards multi field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_f.py
as_read()
Convert this GraphQL format of connection item f to the reading format.
as_write()
Convert this GraphQL format of connection item f to the writing format.
ConnectionItemFList
Bases: DomainModelList[ConnectionItemF]
List of connection item fs in the read version.
Source code in examples/omni/data_classes/_connection_item_f.py
as_write()
Convert these read versions of connection item f to the writing versions.
ConnectionItemFWrite
Bases: DomainModelWrite
This represents the writing version of connection item f.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item f. |
required | |
data_record
|
The data record of the connection item f node. |
required | |
direct_list
|
The direct list field. |
required | |
name
|
The name field. |
required | |
outwards_multi
|
The outwards multi field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_f.py
ConnectionItemFWriteList
Bases: DomainModelWriteList[ConnectionItemFWrite]
List of connection item fs in the writing version.
Source code in examples/omni/data_classes/_connection_item_f.py
ConnectionItemG
Bases: DomainModel
This represents the reading version of connection item g.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item g. |
required | |
data_record
|
The data record of the connection item g node. |
required | |
inwards_multi_property
|
The inwards multi property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_g.py
as_write()
Convert this read version of connection item g to the writing version.
ConnectionItemGGraphQL
Bases: GraphQLCore
This represents the reading version of connection item g, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item g. |
required | |
data_record
|
The data record of the connection item g node. |
required | |
inwards_multi_property
|
The inwards multi property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_g.py
as_read()
Convert this GraphQL format of connection item g to the reading format.
as_write()
Convert this GraphQL format of connection item g to the writing format.
ConnectionItemGList
Bases: DomainModelList[ConnectionItemG]
List of connection item gs in the read version.
Source code in examples/omni/data_classes/_connection_item_g.py
as_write()
Convert these read versions of connection item g to the writing versions.
ConnectionItemGWrite
Bases: DomainModelWrite
This represents the writing version of connection item g.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item g. |
required | |
data_record
|
The data record of the connection item g node. |
required | |
inwards_multi_property
|
The inwards multi property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_g.py
ConnectionItemGWriteList
Bases: DomainModelWriteList[ConnectionItemGWrite]
List of connection item gs in the writing version.
Source code in examples/omni/data_classes/_connection_item_g.py
DependentOnNonWritable
Bases: DomainModel
This represents the reading version of dependent on non writable.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the dependent on non writable. |
required | |
data_record
|
The data record of the dependent on non writable node. |
required | |
a_value
|
The a value field. |
required | |
to_non_writable
|
The to non writable field. |
required |
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
as_write()
Convert this read version of dependent on non writable to the writing version.
DependentOnNonWritableGraphQL
Bases: GraphQLCore
This represents the reading version of dependent on non writable, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the dependent on non writable. |
required | |
data_record
|
The data record of the dependent on non writable node. |
required | |
a_value
|
The a value field. |
required | |
to_non_writable
|
The to non writable field. |
required |
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
as_read()
Convert this GraphQL format of dependent on non writable to the reading format.
as_write()
Convert this GraphQL format of dependent on non writable to the writing format.
DependentOnNonWritableList
Bases: DomainModelList[DependentOnNonWritable]
List of dependent on non writables in the read version.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
as_write()
Convert these read versions of dependent on non writable to the writing versions.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
DependentOnNonWritableWrite
Bases: DomainModelWrite
This represents the writing version of dependent on non writable.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the dependent on non writable. |
required | |
data_record
|
The data record of the dependent on non writable node. |
required | |
a_value
|
The a value field. |
required | |
to_non_writable
|
The to non writable field. |
required |
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
DependentOnNonWritableWriteList
Bases: DomainModelWriteList[DependentOnNonWritableWrite]
List of dependent on non writables in the writing version.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
Empty
Bases: DomainModel
This represents the reading version of empty.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the empty. |
required | |
data_record
|
The data record of the empty node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_empty.py
EmptyGraphQL
Bases: GraphQLCore
This represents the reading version of empty, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the empty. |
required | |
data_record
|
The data record of the empty node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_empty.py
as_read()
EmptyList
Bases: DomainModelList[Empty]
List of empties in the read version.
Source code in examples/omni/data_classes/_empty.py
as_write()
EmptyWrite
Bases: DomainModelWrite
This represents the writing version of empty.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the empty. |
required | |
data_record
|
The data record of the empty node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_empty.py
EmptyWriteList
Bases: DomainModelWriteList[EmptyWrite]
List of empties in the writing version.
Source code in examples/omni/data_classes/_empty.py
Implementation1
Bases: SubInterface
This represents the reading version of implementation 1.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1. |
required | |
data_record
|
The data record of the implementation 1 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required | |
value_2
|
The value 2 field. |
required |
Source code in examples/omni/data_classes/_implementation_1.py
as_write()
Convert this read version of implementation 1 to the writing version.
Implementation1GraphQL
Bases: GraphQLCore
This represents the reading version of implementation 1, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1. |
required | |
data_record
|
The data record of the implementation 1 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required | |
value_2
|
The value 2 field. |
required |
Source code in examples/omni/data_classes/_implementation_1.py
as_read()
Convert this GraphQL format of implementation 1 to the reading format.
as_write()
Convert this GraphQL format of implementation 1 to the writing format.
Implementation1List
Bases: DomainModelList[Implementation1]
List of implementation 1 in the read version.
Source code in examples/omni/data_classes/_implementation_1.py
as_write()
Convert these read versions of implementation 1 to the writing versions.
Implementation1NonWriteable
Bases: SubInterface
This represents the reading version of implementation 1 non writeable.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1 non writeable. |
required | |
data_record
|
The data record of the implementation 1 non writeable node. |
required | |
connection_value
|
The connection value field. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required |
Source code in examples/omni/data_classes/_implementation_1_non_writeable.py
Implementation1NonWriteableGraphQL
Bases: GraphQLCore
This represents the reading version of implementation 1 non writeable, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1 non writeable. |
required | |
data_record
|
The data record of the implementation 1 non writeable node. |
required | |
connection_value
|
The connection value field. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required |
Source code in examples/omni/data_classes/_implementation_1_non_writeable.py
as_read()
Convert this GraphQL format of implementation 1 non writeable to the reading format.
Implementation1NonWriteableList
Bases: DomainModelList[Implementation1NonWriteable]
List of implementation 1 non writeables in the read version.
Source code in examples/omni/data_classes/_implementation_1_non_writeable.py
Implementation1Write
Bases: SubInterfaceWrite
This represents the writing version of implementation 1.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1. |
required | |
data_record
|
The data record of the implementation 1 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required | |
value_2
|
The value 2 field. |
required |
Source code in examples/omni/data_classes/_implementation_1.py
Implementation1WriteList
Bases: DomainModelWriteList[Implementation1Write]
List of implementation 1 in the writing version.
Source code in examples/omni/data_classes/_implementation_1.py
Implementation2
Bases: SubInterface
This represents the reading version of implementation 2.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 2. |
required | |
data_record
|
The data record of the implementation 2 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_implementation_2.py
as_write()
Convert this read version of implementation 2 to the writing version.
Implementation2GraphQL
Bases: GraphQLCore
This represents the reading version of implementation 2, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 2. |
required | |
data_record
|
The data record of the implementation 2 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_implementation_2.py
as_read()
Convert this GraphQL format of implementation 2 to the reading format.
as_write()
Convert this GraphQL format of implementation 2 to the writing format.
Implementation2List
Bases: DomainModelList[Implementation2]
List of implementation 2 in the read version.
Source code in examples/omni/data_classes/_implementation_2.py
as_write()
Convert these read versions of implementation 2 to the writing versions.
Implementation2Write
Bases: SubInterfaceWrite
This represents the writing version of implementation 2.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 2. |
required | |
data_record
|
The data record of the implementation 2 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_implementation_2.py
Implementation2WriteList
Bases: DomainModelWriteList[Implementation2Write]
List of implementation 2 in the writing version.
Source code in examples/omni/data_classes/_implementation_2.py
MainInterface
Bases: DomainModel
This represents the reading version of main interface.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the main interface. |
required | |
data_record
|
The data record of the main interface node. |
required | |
main_value
|
The main value field. |
required |
Source code in examples/omni/data_classes/_main_interface.py
as_write()
Convert this read version of main interface to the writing version.
MainInterfaceGraphQL
Bases: GraphQLCore
This represents the reading version of main interface, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the main interface. |
required | |
data_record
|
The data record of the main interface node. |
required | |
main_value
|
The main value field. |
required |
Source code in examples/omni/data_classes/_main_interface.py
as_read()
Convert this GraphQL format of main interface to the reading format.
as_write()
Convert this GraphQL format of main interface to the writing format.
MainInterfaceList
Bases: DomainModelList[MainInterface]
List of main interfaces in the read version.
Source code in examples/omni/data_classes/_main_interface.py
as_write()
Convert these read versions of main interface to the writing versions.
MainInterfaceWrite
Bases: DomainModelWrite
This represents the writing version of main interface.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the main interface. |
required | |
data_record
|
The data record of the main interface node. |
required | |
main_value
|
The main value field. |
required |
Source code in examples/omni/data_classes/_main_interface.py
MainInterfaceWriteList
Bases: DomainModelWriteList[MainInterfaceWrite]
List of main interfaces in the writing version.
Source code in examples/omni/data_classes/_main_interface.py
PrimitiveNullable
Bases: DomainModel
This represents the reading version of primitive nullable.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable. |
required | |
data_record
|
The data record of the primitive nullable node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable.py
as_write()
Convert this read version of primitive nullable to the writing version.
PrimitiveNullableGraphQL
Bases: GraphQLCore
This represents the reading version of primitive nullable, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable. |
required | |
data_record
|
The data record of the primitive nullable node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable.py
as_read()
Convert this GraphQL format of primitive nullable to the reading format.
as_write()
Convert this GraphQL format of primitive nullable to the writing format.
PrimitiveNullableList
Bases: DomainModelList[PrimitiveNullable]
List of primitive nullables in the read version.
Source code in examples/omni/data_classes/_primitive_nullable.py
as_write()
Convert these read versions of primitive nullable to the writing versions.
PrimitiveNullableListed
Bases: DomainModel
This represents the reading version of primitive nullable listed.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable listed. |
required | |
data_record
|
The data record of the primitive nullable listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
as_write()
Convert this read version of primitive nullable listed to the writing version.
PrimitiveNullableListedGraphQL
Bases: GraphQLCore
This represents the reading version of primitive nullable listed, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable listed. |
required | |
data_record
|
The data record of the primitive nullable listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
as_read()
Convert this GraphQL format of primitive nullable listed to the reading format.
as_write()
Convert this GraphQL format of primitive nullable listed to the writing format.
PrimitiveNullableListedList
Bases: DomainModelList[PrimitiveNullableListed]
List of primitive nullable listeds in the read version.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
as_write()
Convert these read versions of primitive nullable listed to the writing versions.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
PrimitiveNullableListedWrite
Bases: DomainModelWrite
This represents the writing version of primitive nullable listed.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable listed. |
required | |
data_record
|
The data record of the primitive nullable listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
PrimitiveNullableListedWriteList
Bases: DomainModelWriteList[PrimitiveNullableListedWrite]
List of primitive nullable listeds in the writing version.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
PrimitiveNullableWrite
Bases: DomainModelWrite
This represents the writing version of primitive nullable.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable. |
required | |
data_record
|
The data record of the primitive nullable node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable.py
PrimitiveNullableWriteList
Bases: DomainModelWriteList[PrimitiveNullableWrite]
List of primitive nullables in the writing version.
Source code in examples/omni/data_classes/_primitive_nullable.py
PrimitiveRequired
Bases: DomainModel
This represents the reading version of primitive required.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required. |
required | |
data_record
|
The data record of the primitive required node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required.py
as_write()
Convert this read version of primitive required to the writing version.
PrimitiveRequiredGraphQL
Bases: GraphQLCore
This represents the reading version of primitive required, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required. |
required | |
data_record
|
The data record of the primitive required node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required.py
as_read()
Convert this GraphQL format of primitive required to the reading format.
as_write()
Convert this GraphQL format of primitive required to the writing format.
PrimitiveRequiredList
Bases: DomainModelList[PrimitiveRequired]
List of primitive requireds in the read version.
Source code in examples/omni/data_classes/_primitive_required.py
as_write()
Convert these read versions of primitive required to the writing versions.
PrimitiveRequiredListed
Bases: DomainModel
This represents the reading version of primitive required listed.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required listed. |
required | |
data_record
|
The data record of the primitive required listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required_listed.py
as_write()
Convert this read version of primitive required listed to the writing version.
PrimitiveRequiredListedGraphQL
Bases: GraphQLCore
This represents the reading version of primitive required listed, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required listed. |
required | |
data_record
|
The data record of the primitive required listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required_listed.py
as_read()
Convert this GraphQL format of primitive required listed to the reading format.
as_write()
Convert this GraphQL format of primitive required listed to the writing format.
PrimitiveRequiredListedList
Bases: DomainModelList[PrimitiveRequiredListed]
List of primitive required listeds in the read version.
Source code in examples/omni/data_classes/_primitive_required_listed.py
as_write()
Convert these read versions of primitive required listed to the writing versions.
Source code in examples/omni/data_classes/_primitive_required_listed.py
PrimitiveRequiredListedWrite
Bases: DomainModelWrite
This represents the writing version of primitive required listed.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required listed. |
required | |
data_record
|
The data record of the primitive required listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required_listed.py
PrimitiveRequiredListedWriteList
Bases: DomainModelWriteList[PrimitiveRequiredListedWrite]
List of primitive required listeds in the writing version.
Source code in examples/omni/data_classes/_primitive_required_listed.py
PrimitiveRequiredWrite
Bases: DomainModelWrite
This represents the writing version of primitive required.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required. |
required | |
data_record
|
The data record of the primitive required node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required.py
PrimitiveRequiredWriteList
Bases: DomainModelWriteList[PrimitiveRequiredWrite]
List of primitive requireds in the writing version.
Source code in examples/omni/data_classes/_primitive_required.py
PrimitiveWithDefaults
Bases: DomainModel
This represents the reading version of primitive with default.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive with default. |
required | |
data_record
|
The data record of the primitive with default node. |
required | |
auto_increment_int_32
|
The auto increment int 32 field. |
required | |
default_boolean
|
The default boolean field. |
required | |
default_float_32
|
The default float 32 field. |
required | |
default_object
|
The default object field. |
required | |
default_string
|
The default string field. |
required |
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_write()
Convert this read version of primitive with default to the writing version.
PrimitiveWithDefaultsGraphQL
Bases: GraphQLCore
This represents the reading version of primitive with default, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive with default. |
required | |
data_record
|
The data record of the primitive with default node. |
required | |
auto_increment_int_32
|
The auto increment int 32 field. |
required | |
default_boolean
|
The default boolean field. |
required | |
default_float_32
|
The default float 32 field. |
required | |
default_object
|
The default object field. |
required | |
default_string
|
The default string field. |
required |
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_read()
Convert this GraphQL format of primitive with default to the reading format.
as_write()
Convert this GraphQL format of primitive with default to the writing format.
PrimitiveWithDefaultsList
Bases: DomainModelList[PrimitiveWithDefaults]
List of primitive with defaults in the read version.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_write()
Convert these read versions of primitive with default to the writing versions.
PrimitiveWithDefaultsWrite
Bases: DomainModelWrite
This represents the writing version of primitive with default.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive with default. |
required | |
data_record
|
The data record of the primitive with default node. |
required | |
auto_increment_int_32
|
The auto increment int 32 field. |
required | |
default_boolean
|
The default boolean field. |
required | |
default_float_32
|
The default float 32 field. |
required | |
default_object
|
The default object field. |
required | |
default_string
|
The default string field. |
required |
Source code in examples/omni/data_classes/_primitive_with_defaults.py
PrimitiveWithDefaultsWriteList
Bases: DomainModelWriteList[PrimitiveWithDefaultsWrite]
List of primitive with defaults in the writing version.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
SubInterface
Bases: MainInterface
This represents the reading version of sub interface.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the sub interface. |
required | |
data_record
|
The data record of the sub interface node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_sub_interface.py
as_write()
Convert this read version of sub interface to the writing version.
SubInterfaceGraphQL
Bases: GraphQLCore
This represents the reading version of sub interface, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the sub interface. |
required | |
data_record
|
The data record of the sub interface node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_sub_interface.py
as_read()
as_write()
Convert this GraphQL format of sub interface to the writing format.
SubInterfaceList
Bases: DomainModelList[SubInterface]
List of sub interfaces in the read version.
Source code in examples/omni/data_classes/_sub_interface.py
as_write()
Convert these read versions of sub interface to the writing versions.
SubInterfaceWrite
Bases: MainInterfaceWrite
This represents the writing version of sub interface.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the sub interface. |
required | |
data_record
|
The data record of the sub interface node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_sub_interface.py
SubInterfaceWriteList
Bases: DomainModelWriteList[SubInterfaceWrite]
List of sub interfaces in the writing version.