Interface ICosmosDbDocumentBatchCommand
Namespace: FunctionMonkey.Commanding.Cosmos.Abstractions
Assembly: FunctionMonkey.Commanding.Cosmos.Abstractions.dll
Syntax
public interface ICosmosDbDocumentBatchCommand : ICommand
Properties
| Improve this Doc View SourceDocuments
Declaration
IReadOnlyCollection<Document> Documents { get; set; }
Property Value
Type | Description |
---|---|
IRead |