ShareDirectorySetMetadataInfo Class

  • java.lang.Object
    • com.azure.storage.file.share.models.ShareDirectorySetMetadataInfo

public class ShareDirectorySetMetadataInfo

Contains metadata information about a Directory in the storage File service.

Constructor Summary

Constructor Description
ShareDirectorySetMetadataInfo(String eTag, boolean isServerEncrypted)

Creates an instance of information about a specific Directory.

Method Summary

Modifier and Type Method and Description
String getETag()
boolean isServerEncrypted()

Methods inherited from java.lang.Object

Constructor Details

ShareDirectorySetMetadataInfo

public ShareDirectorySetMetadataInfo(String eTag, boolean isServerEncrypted)

Creates an instance of information about a specific Directory.

Parameters:

eTag - Entity tag that corresponds to the share
isServerEncrypted - The value of this header is set to true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false.

Method Details

getETag

public String getETag()

Returns:

The entity tag that corresponds to the directory.

isServerEncrypted

public boolean isServerEncrypted()

Returns:

The value of this header is true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.

Applies to