TestConnectionResponse interface

Test connection response properties

Properties

storageConnectorErrorMessage

A string representing the error received from the backing data store. Format will vary depending on the data store type and will be capped at 1 MB in size. The error message will be empty if the connection was successful.

storageConnectorMethodName

Indicates the method used to validate the connection to the backing data store. Valid values are GetBlob and ListBlobs for failure, and TestExistingConnection for success.

storageConnectorRequestId

The request Id associated with the request sent to the backing data store for validation.

Property Details

storageConnectorErrorMessage

A string representing the error received from the backing data store. Format will vary depending on the data store type and will be capped at 1 MB in size. The error message will be empty if the connection was successful.

storageConnectorErrorMessage?: string

Property Value

string

storageConnectorMethodName

Indicates the method used to validate the connection to the backing data store. Valid values are GetBlob and ListBlobs for failure, and TestExistingConnection for success.

storageConnectorMethodName: string

Property Value

string

storageConnectorRequestId

The request Id associated with the request sent to the backing data store for validation.

storageConnectorRequestId: string

Property Value

string