ExportRDBParameters interface
Parameters for Redis export operation.
Properties
container | Container name to export to. |
format | File format. |
preferred |
Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS |
prefix | Prefix to use for exported files. |
storage |
Subscription id of the storage container for data to be exported using ManagedIdentity. |
Property Details
container
Container name to export to.
container: string
Property Value
string
format
File format.
format?: string
Property Value
string
preferredDataArchiveAuthMethod
Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
preferredDataArchiveAuthMethod?: string
Property Value
string
prefix
Prefix to use for exported files.
prefix: string
Property Value
string
storageSubscriptionId
Subscription id of the storage container for data to be exported using ManagedIdentity.
storageSubscriptionId?: string
Property Value
string