Condividi tramite


ShareFileRangeInfo Class

Definition

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