Class ShareFileListRangesDiffOptions

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

public class ShareFileListRangesDiffOptions extends Object
Extended options that may be passed when listing ranges for a File.
  • Constructor Details

    • ShareFileListRangesDiffOptions

      public ShareFileListRangesDiffOptions(String previousSnapshot)
      Parameters:
      previousSnapshot - Specifies that the response will contain only ranges that were changed between target file and previous snapshot. Changed ranges include both updated and cleared ranges. The target file may be a snapshot, as long as the snapshot specified by previousSnapshot is the older of the two.
  • Method Details