FilterFileDetails 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 filter files to be used for data transfer.
public class FilterFileDetails
type FilterFileDetails = class
Public Class FilterFileDetails
- Inheritance
-
FilterFileDetails
Constructors
FilterFileDetails() |
Initializes a new instance of the FilterFileDetails class. |
FilterFileDetails(FilterFileType, String) |
Initializes a new instance of the FilterFileDetails class. |
Properties
FilterFilePath |
Gets or sets path of the file that contains the details of all items to transfer. |
FilterFileType |
Gets or sets type of the filter file. Possible values include: 'AzureBlob', 'AzureFile' |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET