IndexResponseBaseMaxNumCoverCells Property |
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? MaxNumCoverCells { get; set; }
Public Property MaxNumCoverCells As Integer?
Get
Set
public:
virtual property Nullable<int> MaxNumCoverCells {
Nullable<int> get () sealed;
void set (Nullable<int> value) sealed;
}
abstract MaxNumCoverCells : Nullable<int> with get, set
override MaxNumCoverCells : Nullable<int> with get, set
Property Value
Type:
NullableInt32Implements
IIndexResponseMaxNumCoverCellsSee Also