Show / Hide Table of Contents

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.

  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.