<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.26.0-beta.1" />

Azure.Storage.Files.DataLake.PathCreateHeaders

public long? ContentLength { get; }

The size of the resource in bytes.

public string Continuation { get; }

When renaming a directory, the number of paths that are renamed with each invocation is limited. If the number of paths to be renamed exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the rename operation to continue renaming the directory.

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 string Version { get; }

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

public PathCreateHeaders(Response response)