語言

FileResponseElement.Length 屬性

定義

取得資料大小,從包含該實例資料 FileResponseElement 的偏移量開始。

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

屬性值

資料的大小。

備註

若完整的輸出快取回應包含於單一檔案,輸出快取提供者會使用等於整個檔案大小的長度來初始化該 FileResponseElement 類別。 如果完整的輸出快取回應只包含在檔案的一部分中,提供者會使用等於該檔案中輸出快取回應大小的長度來初始化該 FileResponseElement 類別。

適用於