Class ShareFileSetPropertiesOptions

java.lang.Object
com.azure.storage.file.share.options.ShareFileSetPropertiesOptions

public class ShareFileSetPropertiesOptions extends Object
Extended options that may be passed when setting properties of a file.
  • Constructor Details

    • ShareFileSetPropertiesOptions

      public ShareFileSetPropertiesOptions(long sizeInBytes)
      Creates a new instance of ShareFileSetPropertiesOptions.
      Parameters:
      sizeInBytes - Specifies the new size for the file share in bytes. If the specified byte value is less than the current size of the file, then all ranges above the specified byte value are cleared.
  • Method Details