Show / Hide Table of Contents

Enum QueryStatus

Specifies the status of a Query.

Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public enum QueryStatus : uint

Fields

Name Description
Completed

The query completed and all data has been read.

Failed

The query failed.

InProgress

The query is in process.

Incomplete

The query completed but not all data has been read.

Initialized

The query is initialized.

Uninitialized

The query is not initialized.

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