FileResponseElement.Length Property
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.
Gets the size of the data, starting at the offset that contains the data for a FileResponseElement instance.
public:
property long Length { long get(); };
public long Length { get; }
member this.Length : int64
Public ReadOnly Property Length As Long
Property Value
The size of the data.
Remarks
If the complete output-cache response is contained in a single file, an output cache provider initializes the FileResponseElement class by using a length equal to the size of the whole file. If the complete output cache response is contained in only part of a file, a provider initializes the FileResponseElement class by using a length equal to the size of the output-cache response that is stored in that file.