ShareFileUploadRangeFromUrlInfo Class

  • java.lang.Object
    • com.azure.storage.file.share.models.ShareFileUploadRangeFromUrlInfo

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()
OffsetDateTime getLastModified()
Boolean isServerEncrypted()

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:

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

public String getETag()

Returns:

The entity tag that corresponds to the directory.

getLastModified

public OffsetDateTime getLastModified()

Returns:

The last time the share was modified.

isServerEncrypted

public Boolean isServerEncrypted()

Returns:

The value of this header is true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.

Applies to