CloudFile Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property Metadata Gets the user-defined metadata for the file.
public property Name Gets the file's name.
public property Parent Gets the CloudFileDirectory object representing the parent directory for the file.
public property Properties Gets the file's system properties.
public property ServiceClient Gets the CloudFileClient object that represents the File service.
public property Share Gets a CloudFileShare object representing the file's share.
public property StorageUri Gets the absolute URI to the file.
public property StreamMinimumReadSizeInBytes Gets or sets the minimum number of bytes to buffer when reading from a file stream.
public property StreamWriteSizeInBytes Gets or sets the number of bytes to buffer when writing to a file stream.
public property Uri Gets the file's URI.

See Also