ImportRDBParameters interface
Parameters for Redis import operation.
Properties
files | files to import. |
format | File format. |
preferred |
Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS |
storage |
Subscription id of the storage container containing files to import using Managed Identity. |
Property Details
files
files to import.
files: 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
storageSubscriptionId
Subscription id of the storage container containing files to import using Managed Identity.
storageSubscriptionId?: string
Property Value
string