Index

A B C D E F G I K N P R S T V 
All Classes and Interfaces|All Packages

A

Authenticate the client - Search tag in Overview
Section
Azure Blob Storage change feed client library for Java - Search tag in Overview
Section

B

BLOB_CREATED - Static variable in class com.azure.storage.blob.changefeed.models.BlobChangefeedEventType
Static value BlobCreated for BlobChangefeedEventType.
BLOB_DELETED - Static variable in class com.azure.storage.blob.changefeed.models.BlobChangefeedEventType
Static value BlobDeleted for BlobChangefeedEventType.
BlobChangefeedAsyncClient - Class in com.azure.storage.blob.changefeed
This class provides a client that contains all operations that apply to Azure Storage Blob changefeed.
BlobChangefeedClient - Class in com.azure.storage.blob.changefeed
This class provides a client that contains all operations that apply to Azure Storage Blob changefeed.
BlobChangefeedClientBuilder - Class in com.azure.storage.blob.changefeed
This class provides a fluent builder API to help aid the configuration and instantiation of BlobChangefeedClients and BlobChangefeedAsyncClients when buildClient and buildAsyncClient are called respectively.
BlobChangefeedClientBuilder(BlobServiceAsyncClient) - Constructor for class com.azure.storage.blob.changefeed.BlobChangefeedClientBuilder
Constructs the BlobChangefeedClientBuilder from from the URL and pipeline of the BlobServiceAsyncClient.
BlobChangefeedClientBuilder(BlobServiceClient) - Constructor for class com.azure.storage.blob.changefeed.BlobChangefeedClientBuilder
Constructs the BlobChangefeedClientBuilder from the URL and pipeline of the BlobServiceClient.
BlobChangefeedEvent - Interface in com.azure.storage.blob.changefeed.models
This class contains properties of a BlobChangefeedEvent.
BlobChangefeedEventData - Interface in com.azure.storage.blob.changefeed.models
This class contains properties of a BlobChangefeedEventData.
BlobChangefeedEventType - Class in com.azure.storage.blob.changefeed.models
This class represents the different BlobChangefeedEventTypes.
BlobChangefeedEventType() - Constructor for class com.azure.storage.blob.changefeed.models.BlobChangefeedEventType
Deprecated.
Please use BlobChangefeedEventType.fromString(String) to create an instance of BlobChangefeedEventType.
BlobChangefeedPagedFlux - Class in com.azure.storage.blob.changefeed
Implementation of ContinuablePagedFlux for Changefeed where the continuation token type is String, the element type is BlobChangefeedEvent, and the page type is BlobChangefeedPagedResponse.
BlobChangefeedPagedIterable - Class in com.azure.storage.blob.changefeed
Implementation of ContinuablePagedIterable for Changefeed where the continuation token type is String, the element type is BlobChangefeedEvent, and the page type is BlobChangefeedPagedResponse.
BlobChangefeedPagedResponse - Class in com.azure.storage.blob.changefeed
Represents a page returned in BlobChangefeed.
buildAsyncClient() - Method in class com.azure.storage.blob.changefeed.BlobChangefeedClientBuilder
buildClient() - Method in class com.azure.storage.blob.changefeed.BlobChangefeedClientBuilder
byPage() - Method in class com.azure.storage.blob.changefeed.BlobChangefeedPagedFlux
 
byPage(int) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedPagedFlux
 
byPage(String) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedPagedFlux
Unsupported.
byPage(String, int) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedPagedFlux
Gets a Flux of ContinuablePage beginning at the page identified by the Changefeed requesting each page to contain the number of elements equal to the preferred page size.

C

com.azure.storage.blob.changefeed - package com.azure.storage.blob.changefeed
Blob changefeed base package.
com.azure.storage.blob.changefeed.models - package com.azure.storage.blob.changefeed.models
Blob changefeed models package.
Contributing - Search tag in Overview
Section
Create a BlobChangefeedClient - Search tag in Overview
Section
Create a Storage Account - Search tag in Overview
Section

D

Default HTTP Client - Search tag in Overview
Section
Default SSL library - Search tag in Overview
Section

E

Examples - Search tag in Overview
Section

F

fromString(String) - Static method in class com.azure.storage.blob.changefeed.models.BlobChangefeedEventType
Creates or finds a BlobChangefeedEventType from its string representation.

G

getApi() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the api.
getBlobType() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the BlobType.
getBlobUrl() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the blob url.
getClientRequestId() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the client request id.
getContentLength() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the content length.
getContentOffset() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the content offset.
getContentType() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the content type.
getContinuationToken() - Method in class com.azure.storage.blob.changefeed.BlobChangefeedPagedResponse
Gets a reference to the next page, should you want to re-initialize the BlobChangefeed.
Get credentials - Search tag in Overview
Section
getData() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEvent
getDataVersion() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEvent
Gets the data version.
getDestinationUrl() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the destination url.
getElements() - Method in class com.azure.storage.blob.changefeed.BlobChangefeedPagedResponse
getETag() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the eTag.
getEvents() - Method in class com.azure.storage.blob.changefeed.BlobChangefeedAsyncClient
Returns a reactive Publisher emitting all the changefeed events for this account lazily as needed.
getEvents() - Method in class com.azure.storage.blob.changefeed.BlobChangefeedClient
Returns a lazy loaded list of changefeed events for this account.
getEvents(String) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedAsyncClient
Returns a reactive Publisher emitting all the changefeed events for this account lazily as needed.
getEvents(String) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedClient
Returns a lazy loaded list of changefeed events for this account.
getEvents(String, Context) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedClient
Returns a lazy loaded list of changefeed events for this account.
getEvents(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedAsyncClient
Returns a reactive Publisher emitting all the changefeed events for this account lazily as needed.
getEvents(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedClient
Returns a lazy loaded list of changefeed events for this account.
getEvents(OffsetDateTime, OffsetDateTime, Context) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedClient
Returns a lazy loaded list of changefeed events for this account.
Get events - Search tag in Overview
Section
Get events between a start and end time - Search tag in Overview
Section
getEventTime() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEvent
Gets the event time.
getEventType() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEvent
getId() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEvent
Gets the identifier.
getMetadataVersion() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEvent
Gets the metadata version.
getRequestId() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the request id.
getSequencer() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the sequencer.
getSourceUrl() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets the source url.
getSubject() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEvent
Gets the subject.
Getting started - Search tag in Overview
Section
getTopic() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEvent
Gets the topic.
getValue() - Method in class com.azure.storage.blob.changefeed.BlobChangefeedPagedResponse
Gets a List of elements in the page.

I

Include the package - Search tag in Overview
Section
isRecursive() - Method in interface com.azure.storage.blob.changefeed.models.BlobChangefeedEventData
Gets whether this operation was recursive.

K

Key concepts - Search tag in Overview
Section

N

Next steps - Search tag in Overview
Section
Next steps Samples - Search tag in Overview
Section

P

Poll for events with a cursor - Search tag in Overview
Section
Prerequisites - Search tag in Overview
Section

R

Resume with a cursor - Search tag in Overview
Section

S

SAS Token - Search tag in Overview
Section
Shared Key Credential - Search tag in Overview
Section
subscribe(CoreSubscriber<? super BlobChangefeedEvent>) - Method in class com.azure.storage.blob.changefeed.BlobChangefeedPagedFlux
 

T

Troubleshooting - Search tag in Overview
Section

V

values() - Static method in class com.azure.storage.blob.changefeed.models.BlobChangefeedEventType
Gets known BlobChangefeedEventType values.
A B C D E F G I K N P R S T V 
All Classes and Interfaces|All Packages