Class ShareFileUploadRangeFromUrlInfo

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

public final class ShareFileUploadRangeFromUrlInfo extends Object
Response from uploading a range from a URL source.
  • 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.