See: Description
Interface | Description |
---|---|
DeleteOptions<T extends DeleteOptions<T>> |
Marker interface for space delete operation options
|
InsertManyOptions<T extends InsertManyOptions<T>> |
Marker interface for space insert_many operation options
|
InsertOptions<T extends InsertOptions<T>> |
Marker interface for space insert operation options
|
Options |
Marker interface for space operations options.
|
ReplaceManyOptions<T extends ReplaceManyOptions<T>> |
Marker interface for space replace_many operation options
|
ReplaceOptions<T extends ReplaceOptions<T>> |
Marker interface for space replace operation options
|
SelectOptions<T extends SelectOptions<T>> |
Marker interface for space select operation options
TODO: separate proxy options and cluster options:
issue
|
Self<T extends Self<T>> | |
UpdateOptions<T extends UpdateOptions<T>> |
Marker interface for space update operation options
|
UpsertOptions<T extends UpsertOptions<T>> |
Marker interface for space upsert operation options
|
Class | Description |
---|---|
BaseOptions |
Base functional for all operation options.
|
ProxyDeleteOptions |
Represent options for delete cluster proxy operation
|
ProxyInsertManyOptions |
Represent options for insert_many cluster proxy operation
|
ProxyInsertOptions |
Represent options for insert cluster proxy operation
|
ProxyReplaceManyOptions |
Represent options for replace_many cluster proxy operation
|
ProxyReplaceOptions |
Represent options for replace cluster proxy operation
|
ProxySelectOptions |
Represent options for select cluster proxy operation
|
ProxyTruncateOptions |
Represent options for truncate cluster proxy operation
|
ProxyUpdateOptions |
Represent options for update cluster proxy operation
|
ProxyUpsertOptions |
Represent options for update cluster proxy operation
|
Copyright © 2025 Picodata. All rights reserved.