PutRecalculateCountResponseResult Property |
Indicates if recalculating
the document count succeeded.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool Result { get; set; }
Public Property Result As Boolean
Get
Set
public:
property bool Result {
bool get ();
void set (bool value);
}
member Result : bool with get, set
Property Value
Type:
BooleanSee Also