FileResponseElement.Offset 属性

定义

获取 FileResponseElement 实例数据在文件中的起始位置。

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

属性值

数据在文件中的起始点。

注解

如果完整的输出缓存响应包含在单个文件中,则提供程序使用零偏移量初始化 FileResponseElement 类;如果完整的输出缓存响应仅包含在文件的一部分,则提供程序使用输出缓存响应开始位置文件中的偏移量初始化 FileResponseElement 类。

适用于