Show / Hide Table of Contents

Enum WalkOrderType

Specifies the order objects are walked.

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

Fields

Name Description
PostOrder

The objects are walked in post-order.

PreOrder

The objects are walked in pre-order.

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