Range

ItOpFetchOptions.Range property

Specifies the range of bytes that the client can receive in response to the Fetch operation for a document library item. The Range element is an optional field. The Range element contains a string value in the format M-N, where M is less than N, and M is the minimum value and N is the maximum value. The byte range is zero-indexed; the first byte is indicated by a 0 (zero). If the Range is omitted in the Fetch request, the whole item is fetched. If the FileReference is present in the request, then the Range element is the only valid child element of the Options element.

public string Range { get; set; }

See Also