IDataObject
Interface IDataObject
Section titled “ Interface IDataObject”Namespace: DataWarehouseAutomation.DwaModel
Assembly: DataWarehouseAutomation.dll
IDataObject can be either a
[JsonPolymorphic(TypeDiscriminatorPropertyName = "dataObjectType")][JsonDerivedType(typeof(DataObject), "dataObject")][JsonDerivedType(typeof(DataObjectQuery), "dataObjectQuery")]public interface IDataObject
Properties
Section titled “Properties”DataConnection
Section titled “ DataConnection”The connection that is used for the Data Object or Data Object Query.
DataConnection? DataConnection { get; set; }
Property Value
Section titled “Property Value”Optional identifier as a string value to allow various identifier approaches.
string? Id { get; set; }
Property Value
Section titled “Property Value”The name of the Data Object or Data Object Query.
string Name { get; set; }