Interface BlobChangefeedEventData


public interface BlobChangefeedEventData
This class contains properties of a BlobChangefeedEventData.
  • Method Details

    • getApi

      String getApi()
      Returns:
      The api.
    • getClientRequestId

      String getClientRequestId()
      Returns:
      The client request id.
    • getRequestId

      String getRequestId()
      Returns:
      The request id.
    • getETag

      String getETag()
      Returns:
      The eTag.
    • getContentType

      String getContentType()
      Returns:
      The content type.
    • getContentLength

      Long getContentLength()
      Returns:
      The content length.
    • getBlobType

      BlobType getBlobType()
      Returns:
      BlobType.
    • getContentOffset

      Long getContentOffset()
      Returns:
      The content offset.
    • getDestinationUrl

      String getDestinationUrl()
      Returns:
      The destination url.
    • getSourceUrl

      String getSourceUrl()
      Returns:
      The source url.
    • getBlobUrl

      String getBlobUrl()
      Returns:
      The blob url.
    • isRecursive

      boolean isRecursive()
      Returns:
      Whether or not this operation was recursive.
    • getSequencer

      String getSequencer()
      Returns:
      The sequencer.