FileProperties Constructors
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.
Overloads
FileProperties() |
Initializes a new instance of the FileProperties class. |
FileProperties(FileProperties) |
Initializes a new instance of the FileProperties class based on an existing instance. |
FileProperties()
Initializes a new instance of the FileProperties class.
public FileProperties ();
Public Sub New ()
Applies to
FileProperties(FileProperties)
Initializes a new instance of the FileProperties class based on an existing instance.
public FileProperties (Microsoft.Azure.Storage.File.FileProperties other);
new Microsoft.Azure.Storage.File.FileProperties : Microsoft.Azure.Storage.File.FileProperties -> Microsoft.Azure.Storage.File.FileProperties
Public Sub New (other As FileProperties)
Parameters
- other
- FileProperties
The set of file properties to clone.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET