Class DocumentDeleteQueryResult
Результат выполнения запроса на удаление документа.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class DocumentDeleteQueryResult : DocumentQueryResult
Properties
| Improve this Doc View SourceDeletedCount
Количество удаленных документов.
Declaration
public long ? DeletedCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |