Struct CRUDUpsertInfo
Provides information about an upserted document
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Data.Access.MongoDb.Connector
Assembly: Azos.MongoDb.dll
Syntax
[Serializable]
public struct CRUDUpsertInfo
Fields
ID
_ID value assigned by an upsert
Declaration
public readonly object ID
Field Value
Type | Description |
---|---|
System.Object |
Index
Index of the document in the batch
Declaration
public readonly int Index
Field Value
Type | Description |
---|---|
System.Int32 |