Class SourceModifiedAccessConditions

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

public final class SourceModifiedAccessConditions extends Object
Parameter group.
  • Constructor Details

    • SourceModifiedAccessConditions

      public SourceModifiedAccessConditions()
  • Method Details

    • getSourceIfMatchCrc64

      public byte[] getSourceIfMatchCrc64()
      Get the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64 checksum.
      Returns:
      the sourceIfMatchCrc64 value.
    • setSourceIfMatchCrc64

      public SourceModifiedAccessConditions setSourceIfMatchCrc64(byte[] sourceIfMatchCrc64)
      Set the sourceIfMatchCrc64 property: Specify the crc64 value to operate only on range with a matching crc64 checksum.
      Parameters:
      sourceIfMatchCrc64 - the sourceIfMatchCrc64 value to set.
      Returns:
      the SourceModifiedAccessConditions object itself.
    • getSourceIfNoneMatchCrc64

      public byte[] getSourceIfNoneMatchCrc64()
      Get the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching crc64 checksum.
      Returns:
      the sourceIfNoneMatchCrc64 value.
    • setSourceIfNoneMatchCrc64

      public SourceModifiedAccessConditions setSourceIfNoneMatchCrc64(byte[] sourceIfNoneMatchCrc64)
      Set the sourceIfNoneMatchCrc64 property: Specify the crc64 value to operate only on range without a matching crc64 checksum.
      Parameters:
      sourceIfNoneMatchCrc64 - the sourceIfNoneMatchCrc64 value to set.
      Returns:
      the SourceModifiedAccessConditions object itself.