CreateVirtualConnectorTableMetadata ComplexType
Create Virtual Connector Table Metadata.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| ConnectionId | Edm.String |
The unique identifier for the connection record. |
| ConnectionReferenceDisplayName | Edm.String |
The connection reference display name of the create virtual connector table metadata. |
| ConnectionReferenceId | Edm.Guid |
The unique identifier for the connectionreference record. |
| ConnectionReferenceLogicalName | Edm.String |
The connection reference logical name of the create virtual connector table metadata. |
| DatasetValue | Edm.String |
The dataset value of the create virtual connector table metadata. |
| DataSourceId | Edm.String |
The unique identifier for the datasource record. |
| DataSourceName | Edm.String |
The data source name of the create virtual connector table metadata. |
| ExternalName | Edm.String |
The external name of the create virtual connector table metadata. |
| Name | Edm.String |
The name of the create virtual connector table metadata. |
| PluralName | Edm.String |
The plural name of the create virtual connector table metadata. |
| PrimaryFieldName | Edm.String |
The primary field name of the create virtual connector table metadata. |
| PrimaryKeyName | Edm.String |
The primary key name of the create virtual connector table metadata. |
| SchemaName | Edm.String |
The schema name of the create virtual connector table metadata. |
| SolutionId | Edm.Guid |
The unique identifier for the solution record. |
| UseEnvironmentVariableForDataset | Edm.Boolean |
Whether use environment variable for dataset is enabled. |
| VirtualTableColumns | Collection(VirtualTableColumnCandidate) |
The virtual table columns for the create virtual connector table metadata. |
Navigation properties
The navigation properties of a complex type contain references to an entity type or a collection of entity types.
| Name | Type | Nullable | Description |
|---|---|---|---|
| EnvironmentVariables | Collection(crmbaseentity) | False | The related environment variables record. |
Used by
The following use the CreateVirtualConnectorTableMetadata ComplexType.
| Name | How used |
|---|---|
| CreateVirtualConnectorTable | CreateVirtualConnectorTableMetadata Parameter |