Table of Contents

Enum ChangeStreamNamespaceType

Namespace
MongoDB.Driver.Core
Assembly
MongoDB.Driver.dll

Describing the type of the changed object.

public enum ChangeStreamNamespaceType

Fields

Unknown = 0

Unknown namespace type.

Collection = 1

Collection.

Timeseries = 2

Timeseries.

View = 3

View.