StorageConnectorProperties interface
The storage connector properties
Properties
| creation |
System-generated creation time of the Storage Connector in ISO 8601 date-time format (YYYY-MM-DDTHH:mm:ssZ). Not a valid input parameter during creating. |
| data |
The type of backing data source for this Storage Connector. |
| description | Arbitrary description of this Storage Connector. Max 250 characters. |
| provisioning |
Represents the provisioning state of the storage connector. |
| source | Information about how to communicate with and authenticate to the backing data store. |
| state | State - Active or Inactive. Whether or not the Storage Connector should start as active (default: Active) (While set to false on the Storage Connector, all data plane requests using this Storage Connector fail, and this Storage Connector is not billed if it would be otherwise. |
| test |
Test connection to backing data source before creating the storage connector. |
| unique |
System-generated GUID identifier for the Storage Connector. Not a valid input parameter when creating. |
Property Details
creationTime
System-generated creation time of the Storage Connector in ISO 8601 date-time format (YYYY-MM-DDTHH:mm:ssZ). Not a valid input parameter during creating.
creationTime?: string
Property Value
string
dataSourceType
The type of backing data source for this Storage Connector.
dataSourceType: string
Property Value
string
description
Arbitrary description of this Storage Connector. Max 250 characters.
description?: string
Property Value
string
provisioningState
Represents the provisioning state of the storage connector.
provisioningState?: string
Property Value
string
source
Information about how to communicate with and authenticate to the backing data store.
source: StorageConnectorSourceUnion
Property Value
state
State - Active or Inactive. Whether or not the Storage Connector should start as active (default: Active) (While set to false on the Storage Connector, all data plane requests using this Storage Connector fail, and this Storage Connector is not billed if it would be otherwise.
state?: string
Property Value
string
testConnection
Test connection to backing data source before creating the storage connector.
testConnection?: boolean
Property Value
boolean
uniqueId
System-generated GUID identifier for the Storage Connector. Not a valid input parameter when creating.
uniqueId?: string
Property Value
string