Class BlobRestoreRange

java.lang.Object
com.microsoft.azure.management.storage.BlobRestoreRange

public class BlobRestoreRange extends Object
Blob range.
  • Constructor Details

    • BlobRestoreRange

      public BlobRestoreRange()
  • Method Details

    • startRange

      public String startRange()
      Get blob start range. This is inclusive. Empty means account start.
      Returns:
      the startRange value
    • withStartRange

      public BlobRestoreRange withStartRange(String startRange)
      Set blob start range. This is inclusive. Empty means account start.
      Parameters:
      startRange - the startRange value to set
      Returns:
      the BlobRestoreRange object itself.
    • endRange

      public String endRange()
      Get blob end range. This is exclusive. Empty means account end.
      Returns:
      the endRange value
    • withEndRange

      public BlobRestoreRange withEndRange(String endRange)
      Set blob end range. This is exclusive. Empty means account end.
      Parameters:
      endRange - the endRange value to set
      Returns:
      the BlobRestoreRange object itself.