Interface BlobChangefeedEvent
public interface BlobChangefeedEvent
This class contains properties of a BlobChangefeedEvent.
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
Gets theBlobChangefeedEventData
.Gets the data version.Gets theevent time
.Gets theBlobChangefeedEventType
.getId()
Gets the identifier.Gets the metadata version.Gets the subject.getTopic()
Gets the topic.
-
Method Details
-
getTopic
String getTopic()Gets the topic.- Returns:
- the topic.
-
getSubject
String getSubject()Gets the subject.- Returns:
- the subject.
-
getEventType
BlobChangefeedEventType getEventType()Gets theBlobChangefeedEventType
.- Returns:
BlobChangefeedEventType
-
getEventTime
OffsetDateTime getEventTime()Gets theevent time
.- Returns:
- The
event time
.
-
getId
String getId()Gets the identifier.- Returns:
- the identifier.
-
getData
BlobChangefeedEventData getData()Gets theBlobChangefeedEventData
.- Returns:
BlobChangefeedEventData
.
-
getDataVersion
Long getDataVersion()Gets the data version.- Returns:
- the data version.
-
getMetadataVersion
String getMetadataVersion()Gets the metadata version.- Returns:
- the metadata version.
-