Megosztás a következőn keresztül:


ChangeFeedObserverCloseReason Enum

Definition

The reason for the IChangeFeedObserver to close.

public enum ChangeFeedObserverCloseReason
type ChangeFeedObserverCloseReason = 
Public Enum ChangeFeedObserverCloseReason
Inheritance
ChangeFeedObserverCloseReason

Fields

LeaseGone 5

The lease is gone. This can be due to partition split.

LeaseLost 3

Lease was lost due to expiration or load-balancing.

ObserverError 4

IChangeFeedObserver threw an exception.

ReadSessionNotAvailable 6

Indicates a "read session not available" warning related to Session. Note: SDK retries on this error.

ResourceGone 2

The resource, such as database or collection was removed.

Shutdown 1

The ChangeFeedEventHost is shutting down.

Unknown 0

Unknown failure. This should never be sent to observers.

Applies to