Namespace TileDB.CSharp
Classes
AggregateOperation
Represents an aggregate operation.
AggregateOperator
Represents an aggregate operator that can be applied over a query field.
Array
Represents a TileDB array object.
ArrayMetadata
Provides a view of an Array's metadata.
ArraySchema
Represents a TileDB array schema object.
ArraySchemaEvolution
Represents a TileDB array schema evolution.
Attribute
Represents a TileDB attribute object.
Config
Represents a TileDB config object.
ConfigIterator
Constants
Context
Represents a TileDB context.
CoreUtil
Contains general utility functions.
Dimension
Represents a TileDB dimension object.
Domain
EnumUtil
Contains utility functions that operate on the library's enum types.
Enumeration
Represents a TileDB enumeration object.
File
FileStoreUtil
Filter
FilterList
FragmentInfo
Represents a TileDB fragment info object.
Group
GroupMetadata
NonEmptyDomain
Represents the non-empty domain of all dimensions of an Array.
Query
Represents a TileDB query object.
QueryChannel
Represents a TileDB query channel object.
QueryCondition
Represents a TileDB query condition object.
QueryField
Represents a TileDB query field object.
ResultSize
Contains estimates for the result's size.
Stats
Contains methods related to collecting statistics of TileDB Embedded.
Subarray
Represents a TileDB subarray object.
TileDBException
This exception is thrown when a TileDB Embedded method fails with an error.
VFS
Represents a TileDB VFS (Virtual File System) object.
VFSFile
Represents a TileDB VFS (Virtual File System) file object.
Structs
QueryStatusDetails
Specifies additional details about the status of a Query.
Enums
ArrayType
Specifies the type of an Array.
DataType
Specifies the data type of entities such as Dimensions, Attributes, ArrayMetadata and GroupMetadata.
EncryptionType
Specifies the kind of data encryption in an Array.
FileSystemType
Specifies the type of a TileDB file system.
FilterOption
FilterType
Specifies the type of a Filter.
LayoutType
Specifies the order of data stored in an Array or sent or retrieved from a Query.
MIMEType
Specifies a MIME type.
ObjectType
Specifies the type of a TileDB object.
QueryConditionCombinationOperatorType
Specifies the combination operator type of one or two QueryConditions.
QueryConditionOperatorType
Specifies the relation type of a QueryCondition between its attribute and its value.
QueryFieldOrigin
Specifies where a QueryField came from.
QueryStatus
Specifies the status of a Query.
QueryStatusDetailsReason
Specifies the reason a Query cannot proceed.
QueryType
Specifies the type of a Query.
VfsMode
Specifies the mode in which a VFSFile is opened.
WalkOrderType
Specifies the order objects are walked.
WebpInputFormat
Specifies an image format type for the WebP filter.