TestConnectionResponse Class
Test connection response properties.
Constructor
TestConnectionResponse(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
storage_connector_method_name
|
Indicates the method used to validate the connection to
the backing data store. Valid values are |
|
storage_connector_error_message
|
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. |
|
storage_connector_request_id
|
The request Id associated with the request sent to the backing data store for validation. Required. |
Attributes
storage_connector_error_message
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.
storage_connector_error_message: str | None
storage_connector_method_name
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.
Required.
storage_connector_method_name: str
storage_connector_request_id
The request Id associated with the request sent to the backing data store for validation. Required.
storage_connector_request_id: str