BlobChangefeedEventData Interface

public interface BlobChangefeedEventData

This class contains properties of a BlobChangefeedEventData.

Method Summary

Modifier and Type Method and Description
abstract String getApi()
abstract BlobType getBlobType()
abstract String getBlobUrl()
abstract String getClientRequestId()
abstract Long getContentLength()
abstract Long getContentOffset()
abstract String getContentType()
abstract String getDestinationUrl()
abstract String getETag()
abstract String getRequestId()
abstract String getSequencer()
abstract String getSourceUrl()
abstract boolean isRecursive()

Method Details

getApi

public abstract String getApi()

Returns:

The api.

getBlobType

public abstract BlobType getBlobType()

Returns:

getBlobUrl

public abstract String getBlobUrl()

Returns:

The blob url.

getClientRequestId

public abstract String getClientRequestId()

Returns:

The client request id.

getContentLength

public abstract Long getContentLength()

Returns:

The content length.

getContentOffset

public abstract Long getContentOffset()

Returns:

The content offset.

getContentType

public abstract String getContentType()

Returns:

The content type.

getDestinationUrl

public abstract String getDestinationUrl()

Returns:

The destination url.

getETag

public abstract String getETag()

Returns:

The eTag.

getRequestId

public abstract String getRequestId()

Returns:

The request id.

getSequencer

public abstract String getSequencer()

Returns:

The sequencer.

getSourceUrl

public abstract String getSourceUrl()

Returns:

The source url.

isRecursive

public abstract boolean isRecursive()

Returns:

Whether or not this operation was recursive.

Applies to