PostDocumentsResponseTEmpty Method |
Creates an empty response.
This is used when
Silent is true.
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public static PostDocumentsResponse<T> Empty()
Public Shared Function Empty As PostDocumentsResponse(Of T)
public:
static PostDocumentsResponse<T>^ Empty()
static member Empty : unit -> PostDocumentsResponse<'T>
Return Value
Type:
PostDocumentsResponseTSee Also