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