Enum ObjectType
Specifies the type of a TileDB object.
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public enum ObjectType : uint
Fields
| Name | Description |
|---|---|
| Array | The object is an Array. |
| Group | The object is a Group. |
| Invalid | Invalid object. |