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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET