Class ShareInfo

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

public final class ShareInfo extends Object
Contains information about a Share in the storage File service.
  • Constructor Details

    • ShareInfo

      public ShareInfo(String eTag, OffsetDateTime lastModified)
      Creates an instance of information about a specific Share.
      Parameters:
      eTag - Entity tag that corresponds to the share
      lastModified - Last time the share was modified
  • Method Details

    • getETag

      public String getETag()
      Returns:
      the entity tag that corresponds to the share
    • getLastModified

      public OffsetDateTime getLastModified()
      Returns:
      the last time the share was modified