Interface BlobChangefeedEventData


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

    • getApi

      String getApi()
      Gets the api.
      Returns:
      The api.
    • getClientRequestId

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

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

      String getETag()
      Gets the eTag.
      Returns:
      The eTag.
    • getContentType

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

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

      BlobType getBlobType()
      Gets the BlobType.
      Returns:
      BlobType.
    • getContentOffset

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

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

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

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

      boolean isRecursive()
      Gets whether this operation was recursive.
      Returns:
      Whether this operation was recursive.
    • getSequencer

      String getSequencer()
      Gets the sequencer.
      Returns:
      The sequencer.