public final class ShareFileUploadRangeFromUrlInfo extends Object
| Constructor and Description |
|---|
ShareFileUploadRangeFromUrlInfo(String eTag,
OffsetDateTime lastModified,
Boolean isServerEncrypted)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getETag() |
OffsetDateTime |
getLastModified() |
Boolean |
isServerEncrypted() |
public ShareFileUploadRangeFromUrlInfo(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted)
eTag - The entity tag that corresponds to the directory.lastModified - The last time the share was modified.isServerEncrypted - The value of this header is true if the directory metadata is completely encrypted using
the specified algorithm.public String getETag()
public OffsetDateTime getLastModified()
public Boolean isServerEncrypted()
Copyright © 2021 Microsoft Corporation. All rights reserved.