FindOptions¶ Description¶ Options provided to find method Enumerations Enumerations¶ CursorType¶ enum CursorType { "NON_TAILABLE": 0, "TAILABLE": 1, "TAILABLE_AWAIT": 2 } Indicates the type of cursor to use for this query.