ShareFileRangeWriteType Enum
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.
Specify one of the following options: - Update: Writes the bytes specified by the request body into the specified range. The Range and Content-Length headers must match to perform the update. - Clear: Clears the specified range and releases the space used in storage for that range. To clear a range, set the Content-Length header to zero, and set the Range header to a value that indicates the range to clear, up to maximum file size.
public enum ShareFileRangeWriteType
type ShareFileRangeWriteType =
Public Enum ShareFileRangeWriteType
- Inheritance
-
ShareFileRangeWriteType
Fields
Name | Value | Description |
---|---|---|
Update | 0 | update |
Clear | 1 | clear |
Applies to
Azure SDK for .NET