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()

Get the entity tag that corresponds to the directory.

OffsetDateTime 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:

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()

Get the entity tag that corresponds to the directory.

Returns:

The entity tag that corresponds to the directory.

getLastModified

public OffsetDateTime getLastModified()

Get the last time the share was modified.

Returns:

The last time the share was modified.

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:

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