[Missing <summary> documentation for "P:Couchbase.N1QL.Metrics.MutationCount"]
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic uint MutationCount { get; set; }
public uint MutationCount { get; set; }
Public Property MutationCount As UInteger
Get
Set
Public Property MutationCount As UInteger
Get
Set
public:
property unsigned int MutationCount {
unsigned int get ();
void set (unsigned int value);
}
public:
property unsigned int MutationCount {
unsigned int get ();
void set (unsigned int value);
}
member MutationCount : uint32 with get, set
member MutationCount : uint32 with get, set
Property Value
Type:
UInt32
See Also