FileRequestOptions Class
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.
Represents a set of timeout and retry policy options that may be specified for a request against the File service.
public sealed class FileRequestOptions : Microsoft.Azure.Storage.IRequestOptions
type FileRequestOptions = class
interface IRequestOptions
Public NotInheritable Class FileRequestOptions
Implements IRequestOptions
- Inheritance
-
FileRequestOptions
- Implements
Constructors
FileRequestOptions() |
Initializes a new instance of the FileRequestOptions class. |
Properties
ChecksumOptions | |
DisableContentMD5Validation |
Gets or sets a value to indicate that MD5 validation will be disabled when downloading files. |
LocationMode |
Gets or sets the location mode of the request. |
MaximumExecutionTime |
Gets or sets the maximum execution time across all potential retries for the request. |
NetworkTimeout |
Gets or sets the timeout applied to an individual network operations. |
ParallelOperationThreadCount |
Gets or sets the number of ranges that may be simultaneously uploaded when uploading a file. |
RequireEncryption |
Gets or sets a value to indicate whether data written and read by the client library should be encrypted. |
RetryPolicy |
Gets or sets the retry policy. |
ServerTimeout |
Gets or sets the server timeout interval for the request. |
StoreFileContentMD5 |
Gets or sets a value to indicate that an MD5 hash will be calculated and stored when uploading a file. |
UseTransactionalMD5 |
Gets or sets a value to calculate and send/validate content MD5 for transactions. |
Applies to
Azure SDK for .NET