| type | description | Delete function for each object |
| AggregationResult | Stores the result of an aggregation operation | DeleteAggregationResult(object AggregationResult) |
| Container | Provides management functions for sets of row having same type | DeleteContainer(object Container) |
| QueryAnalysisEntry | Represents one of information entries composing a query plan and the results of analyzing a query operation. | DeleteQueryAnalysisEntry(object QueryAnalysisEntry) |
| PartitionController | Controller for acquiring and processing the partition status | DeletePartitionController(object PartitionController) |
| Query | Provides the functions of holding the information about a query related to a specific Container, specifying the options for fetching and retrieving the result | DeleteQuery(object Query) |
| RowKeyPredicate | Represents the condition that a row key satisfies | DeleteRowKeyPredicate(object RowKeyPredicate) |
| RowSet | Manages a set of Rows obtained by a query | DeleteRowSet(object RowSet) |
| Store | Provides functions to manipulate the entire data managed in one GridDB system | DeleteStore(object Store) |
| StoreFactory | Manages a Store instance | DeleteStoreFactory(object StoreFactory) |
| ContainerInfo | Represents the information about a Container | DeleteContainerInfo(object ContainerInfo) |
| ExpirationInfo | Represents the information about a expiration | DeleteExpirationInfo(object ExpirationInfo) |
| Note: | ||
| Green means additional type. | ||