public final class ShareFileUploadInfo extends Object
| Constructor and Description |
|---|
ShareFileUploadInfo(String eTag,
OffsetDateTime lastModified,
byte[] contentMd5,
Boolean isServerEncrypted)
Constructs a
ShareFileUploadInfo. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContentMd5() |
String |
getETag() |
OffsetDateTime |
getLastModified() |
Boolean |
isServerEncrypted() |
public ShareFileUploadInfo(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted)
ShareFileUploadInfo.eTag - ETag of the file.lastModified - Datetime when the file was last modified.contentMd5 - MD5 of the file's content.isServerEncrypted - Flag indicating the encryption status of the file's content on the server.public String getETag()
public OffsetDateTime getLastModified()
public byte[] getContentMd5()
public Boolean isServerEncrypted()
Copyright © 2021 Microsoft Corporation. All rights reserved.