public final class ShareDirectoryProperties extends Object
| Constructor and Description |
|---|
ShareDirectoryProperties(Map<String,String> metadata,
String eTag,
OffsetDateTime lastModified,
boolean isServerEncrypted,
FileSmbProperties smbProperties)
Creates an instance of properties information about a specific Directory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getETag() |
OffsetDateTime |
getLastModified() |
Map<String,String> |
getMetadata() |
FileSmbProperties |
getSmbProperties() |
boolean |
isServerEncrypted() |
public ShareDirectoryProperties(Map<String,String> metadata, String eTag, OffsetDateTime lastModified, boolean isServerEncrypted, FileSmbProperties smbProperties)
metadata - A set of name-value pairs that contain metadata for the directory.eTag - Entity tag that corresponds to the directory.lastModified - Last time the directory was modified.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.smbProperties - The SMB properties of the directory.public Map<String,String> getMetadata()
public String getETag()
public OffsetDateTime getLastModified()
public boolean isServerEncrypted()
public FileSmbProperties getSmbProperties()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.