FileResponseElement.Offset Propriedade

Definição

Obtém a posição do arquivo na qual os dados de uma instância de FileResponseElement iniciam.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

Valor da propriedade

Int64

O ponto de partida dos dados no arquivo.The starting point of the data in the file.

Comentários

Se a resposta de cache de saída completa estiver contida em um único arquivo, um provedor inicializará a FileResponseElement classe usando um deslocamento de zero, se a resposta de cache de saída completa estiver contida em apenas uma parte de um arquivo, um provedor inicializará a FileResponseElement classe usando o deslocamento no arquivo em que a resposta do cache de saída é iniciada.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.

Aplica-se a