Interface BlobChangefeedEventData
public interface BlobChangefeedEventData
This class contains properties of a BlobChangefeedEventData.
-
Method Summary
Modifier and TypeMethodDescriptiongetApi()
Gets the api.Gets theBlobType
.Gets the blob url.Gets the client request id.Gets the content length.Gets the content offset.Gets the content type.Gets the destination url.getETag()
Gets the eTag.Gets the request id.Gets the sequencer.Gets the source url.boolean
Gets whether this operation was recursive.
-
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 theBlobType
.- 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.
-