<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.25.0" />

Azure.Storage.Files.DataLake.PathFlushDataHeaders

public long? ContentLength { get; }

The size of the resource in bytes.

public string EncryptionKeySha256 { get; }

The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key.

public bool? IsServerEncrypted { get; }

The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise.

public DateTimeOffset? LastModified { get; }

The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time.

public bool? LeaseRenewed { get; }

If the lease was auto-renewed with this request.

public string Version { get; }

The version of the REST protocol used to process the request.

public PathFlushDataHeaders(Response response)