Class ShareFileGetRangeListOptions
Optional parameters for Get Range List.
public class ShareFileGetRangeListOptions
- Inheritance
-
ShareFileGetRangeListOptions
- Inherited Members
Constructors
ShareFileGetRangeListOptions()
public ShareFileGetRangeListOptions()
Properties
Conditions
Optional ShareFileRequestConditions to add conditions on getting the range.
public ShareFileRequestConditions Conditions { get; set; }
Property Value
Range
Optional. Specifies the range of bytes over which to list ranges, inclusively. If omitted, then all ranges for the file are returned.
public HttpRange? Range { get; set; }
Property Value
- HttpRange?
Snapshot
Optionally specifies the share snapshot to retrieve ranges information from. For more information on working with share snapshots, Create a snapshot of a share.
public string Snapshot { get; set; }