Show / Hide Table of Contents

Class DocumentBulkResult

Результат выполнения операции массового изменения документов.

Inheritance
System.Object
DocumentBulkResult
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
Syntax
public sealed class DocumentBulkResult : object

Constructors

| Improve this Doc View Source

DocumentBulkResult(Int32, Int64, Int64, Int64, Int64)

Declaration
public DocumentBulkResult(int requestCount, long matchedCount, long insertedCount, long modifiedCount, long deletedCount)
Parameters
Type Name Description
System.Int32 requestCount
System.Int64 matchedCount
System.Int64 insertedCount
System.Int64 modifiedCount
System.Int64 deletedCount

Fields

| Improve this Doc View Source

Empty

Declaration
public static readonly DocumentBulkResult Empty
Field Value
Type Description
DocumentBulkResult

Properties

| Improve this Doc View Source

DeletedCount

Количество удаленных документов.

Declaration
public long DeletedCount { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

InsertedCount

Количество вставленных документов.

Declaration
public long InsertedCount { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

MatchedCount

Количество найденных документов.

Declaration
public long MatchedCount { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

ModifiedCount

Количество измененных документов.

Declaration
public long ModifiedCount { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

RequestCount

Количество обработанных запросов.

Declaration
public int RequestCount { get; }
Property Value
Type Description
System.Int32

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.