ShareFileRangeInfo 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.
Contains file share range information returned from the ShareFileClient.GetRangeList operations.
public class ShareFileRangeInfo
type ShareFileRangeInfo = class
Public Class ShareFileRangeInfo
- Inheritance
-
ShareFileRangeInfo
Properties
ClearRanges |
Clear ranges for the file. |
ETag |
The ETag contains a value which represents the version of the file, in quotes. |
FileContentLength |
The size of the file in bytes. |
LastModified |
The date/time that the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the file's last modified time. |
Ranges |
A list of non-overlapping valid ranges, sorted by increasing address range. |
Applies to
Azure SDK for .NET