GetAccessibleDatabasesQueryFull Property |
Whether to return the full set of access levels
for all databases and all collections.
Namespace:
ArangoDBNetStandard.UserApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Full { get; set; }
Public Property Full As Boolean?
Get
Set
public:
property Nullable<bool> Full {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Full : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also