CollectionShardsResponseBaseSchema Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public Object Schema { get; set; }
Public Property Schema As Object
Get
Set
public:
property Object^ Schema {
Object^ get ();
void set (Object^ value);
}
member Schema : Object with get, set
Property Value
Type:
ObjectSee Also