Show / Hide Table of Contents

Class Filter

Inheritance
object
Filter
Implements
IDisposable
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public sealed class Filter : IDisposable

Constructors

| Edit this page View Source

Filter(Context, FilterType)

Declaration
public Filter(Context ctx, FilterType filterType)
Parameters
Type Name Description
Context ctx
FilterType filterType

Methods

| Edit this page View Source

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()
| Edit this page View Source

FilterType()

Get filter type.

Declaration
public FilterType FilterType()
Returns
Type Description
FilterType
| Edit this page View Source

GetOption<T>(FilterOption)

Get filter option.

Declaration
public T GetOption<T>(FilterOption filterOption) where T : struct
Parameters
Type Name Description
FilterOption filterOption

Filter option to get

Returns
Type Description
T
Type Parameters
Name Description
T

Type of option value we intend to get

| Edit this page View Source

SetOption<T>(FilterOption, T)

Set filter option.

Declaration
public void SetOption<T>(FilterOption filterOption, T value) where T : struct
Parameters
Type Name Description
FilterOption filterOption

Filter option to set

T value

Filter option value

Type Parameters
Name Description
T

Type of option value we intend to set

Implements

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