Class ShareFileUploadRangeFromUrlInfo
java.lang.Object
com.azure.storage.file.share.models.ShareFileUploadRangeFromUrlInfo
Response from uploading a range from a URL source.
-
Constructor Summary
ConstructorsConstructorDescriptionShareFileUploadRangeFromUrlInfo
(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted) Creates a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptiongetETag()
Get the entity tag that corresponds to the directory.Get the last time the share was modified.Get the value of this header is true if the directory metadata is completely encrypted using the specified algorithm.
-
Constructor Details
-
ShareFileUploadRangeFromUrlInfo
public ShareFileUploadRangeFromUrlInfo(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted) Creates a new instance of this class.- Parameters:
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.
-
-
Method Details
-
getETag
Get the entity tag that corresponds to the directory.- Returns:
- The entity tag that corresponds to the directory.
-
getLastModified
Get the last time the share was modified.- Returns:
- The last time the share was modified.
-
isServerEncrypted
Get the value of this header is true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.- Returns:
- The value of this header is true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.
-