FileRequestOptions Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property DisableContentMD5Validation Gets or sets a value to indicate that MD5 validation will be disabled when downloading files.
public property LocationMode Gets or sets the location mode of the request.
public property MaximumExecutionTime Gets or sets the maximum execution time across all potential retries for the request.
public property ParallelOperationThreadCount Gets or sets the number of ranges that may be simultaneously uploaded when uploading a file.
public property RetryPolicy Gets or sets the retry policy.
public property ServerTimeout Gets or sets the server timeout interval for the request.
public property StoreFileContentMD5 Gets or sets a value to indicate that an MD5 hash will be calculated and stored when uploading a file.
public property UseTransactionalMD5 Gets or sets a value to calculate and send/validate content MD5 for transactions.

See Also