FileResponseElement.Offset Property

Definition

Gets the position in the file where the data from a FileResponseElement instance starts.

public:
 property long Offset { long get(); };
public long Offset { get; }
member this.Offset : int64
Public ReadOnly Property Offset As Long

Property Value

The starting point of the data in the file.

Remarks

If the complete output-cache response is contained in a single file, a provider initializes the FileResponseElement class by using an offset of zero, If the complete output cache response is contained in only part of a file, a provider initializes the FileResponseElement class by using the offset in the file where the output cache response starts.

Applies to