Share via


FileProperties Constructors

Definition

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