public final class ShareFileInfo extends Object
| Constructor and Description |
|---|
ShareFileInfo(String eTag,
OffsetDateTime lastModified,
Boolean isServerEncrypted,
FileSmbProperties smbProperties)
Creates an instance of information about a specific Directory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getETag() |
OffsetDateTime |
getLastModified() |
FileSmbProperties |
getSmbProperties() |
Boolean |
isServerEncrypted() |
public ShareFileInfo(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted, FileSmbProperties smbProperties)
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 file.public String getETag()
public OffsetDateTime getLastModified()
public Boolean isServerEncrypted()
public FileSmbProperties getSmbProperties()
Copyright © 2021 Microsoft Corporation. All rights reserved.