Enum QueryStatusDetailsReason
Specifies the reason a Query cannot proceed.
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public enum QueryStatusDetailsReason : uint
Fields
Name | Description |
---|---|
MemoryBudget | The memory budget was exceeded. The query can be submitted again without resizing the buffers. |
None | There is no reason. This is the default value. |
UserBufferSize | The user-provided buffers are too small and need to be resized. |