public class ShareDirectorySetMetadataInfo extends Object
| Constructor and Description |
|---|
ShareDirectorySetMetadataInfo(String eTag,
boolean isServerEncrypted)
Creates an instance of information about a specific Directory.
|
public ShareDirectorySetMetadataInfo(String eTag, boolean isServerEncrypted)
eTag - Entity tag that corresponds to the shareisServerEncrypted - 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.public String getETag()
public boolean isServerEncrypted()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.