Compartir a través de


ChangeFeedEventHost Constructores

Definición

Sobrecargas

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo)

Inicializa una nueva instancia de la clase ChangeFeedEventHost.

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo, ChangeFeedHostOptions)

Inicializa una nueva instancia de la clase ChangeFeedEventHost.

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo, ChangeFeedOptions, ChangeFeedHostOptions)

Inicializa una nueva instancia de la clase ChangeFeedEventHost.

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo)

Inicializa una nueva instancia de la clase ChangeFeedEventHost.

public ChangeFeedEventHost (string hostName, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo documentCollectionLocation, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo leaseCollectionLocation);
new Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost : string * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost
Public Sub New (hostName As String, documentCollectionLocation As DocumentCollectionInfo, leaseCollectionLocation As DocumentCollectionInfo)

Parámetros

hostName
String

Nombre único para este host.

documentCollectionLocation
DocumentCollectionInfo

Especifica la ubicación de la colección de DocumentDB para supervisar los cambios.

leaseCollectionLocation
DocumentCollectionInfo

Se aplica a

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo, ChangeFeedHostOptions)

Inicializa una nueva instancia de la clase ChangeFeedEventHost.

public ChangeFeedEventHost (string hostName, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo feedCollectionLocation, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo leaseCollectionLocation, Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedHostOptions changeFeedHostOptions);
new Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost : string * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedHostOptions -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost
Public Sub New (hostName As String, feedCollectionLocation As DocumentCollectionInfo, leaseCollectionLocation As DocumentCollectionInfo, changeFeedHostOptions As ChangeFeedHostOptions)

Parámetros

hostName
String

Nombre único para este host.

feedCollectionLocation
DocumentCollectionInfo

Especifica la ubicación de la colección de Cosmos DB para supervisar los cambios.

leaseCollectionLocation
DocumentCollectionInfo

Especifica la ubicación de los datos auxiliares para las instancias de equilibrio de carga de ChangeFeedEventHost.

changeFeedHostOptions
ChangeFeedHostOptions

Opciones adicionales para controlar el equilibrio de carga de ChangeFeedEventHost las instancias.

Se aplica a

ChangeFeedEventHost(String, DocumentCollectionInfo, DocumentCollectionInfo, ChangeFeedOptions, ChangeFeedHostOptions)

Inicializa una nueva instancia de la clase ChangeFeedEventHost.

public ChangeFeedEventHost (string hostName, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo feedCollectionLocation, Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo leaseCollectionLocation, Microsoft.Azure.Documents.Client.ChangeFeedOptions changeFeedOptions, Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedHostOptions changeFeedHostOptions);
new Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost : string * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo * Microsoft.Azure.Documents.Client.ChangeFeedOptions * Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedHostOptions -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedEventHost
Public Sub New (hostName As String, feedCollectionLocation As DocumentCollectionInfo, leaseCollectionLocation As DocumentCollectionInfo, changeFeedOptions As ChangeFeedOptions, changeFeedHostOptions As ChangeFeedHostOptions)

Parámetros

hostName
String

Nombre único para este host.

feedCollectionLocation
DocumentCollectionInfo

Especifica la ubicación de la colección de Cosmos DB para supervisar los cambios.

leaseCollectionLocation
DocumentCollectionInfo

Especifica la ubicación de los datos auxiliares para las instancias de equilibrio de carga de ChangeFeedEventHost.

changeFeedOptions
ChangeFeedOptions

Opciones para pasar a la API DocumentClient.CreateDocumentChangeFeedQuery.

changeFeedHostOptions
ChangeFeedHostOptions

Opciones adicionales para controlar el equilibrio de carga de ChangeFeedEventHost las instancias.

Se aplica a