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()
Copyright © 2021 Microsoft Corporation. All rights reserved.