CollectionShardsResponseBaseWriteConcern Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? WriteConcern { get; set; }
Public Property WriteConcern As Integer?
Get
Set
public:
property Nullable<int> WriteConcern {
Nullable<int> get ();
void set (Nullable<int> value);
}
member WriteConcern : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also