StorageConnectorPropertiesUpdate interface
The storage connector properties
Properties
| description | Arbitrary description of this Storage Connector. Max 250 characters. |
| 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. |
Property Details
description
Arbitrary description of this Storage Connector. Max 250 characters.
description?: string
Property Value
string
source
Information about how to communicate with and authenticate to the backing data store.
source?: StorageConnectorSourceUpdateUnion
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