TransferFilterDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of the filtering the transfer of data.
public class TransferFilterDetails
type TransferFilterDetails = class
Public Class TransferFilterDetails
- Inheritance
-
TransferFilterDetails
Constructors
TransferFilterDetails() |
Initializes a new instance of the TransferFilterDetails class. |
TransferFilterDetails(DataAccountType, BlobFilterDetails, AzureFileFilterDetails, IList<FilterFileDetails>) |
Initializes a new instance of the TransferFilterDetails class. |
Properties
AzureFileFilterDetails |
Gets or sets filter details to transfer Azure files. |
BlobFilterDetails |
Gets or sets filter details to transfer blobs. |
DataAccountType |
Gets or sets type of the account of data. Possible values include: 'StorageAccount', 'ManagedDisk' |
FilterFileDetails |
Gets or sets details of the filter files to be used for data transfer. |
Methods
Validate() |
Validate the object. |