Namespace Innovt.Cloud.Table
Classes
BaseRequest
Represents a base request for querying or scanning a database.
BatchGetItem
Represents a request to batch get items from a database.
BatchGetItemRequest
Represents a request to batch get items from multiple tables.
BatchWriteItem
Represents a request to batch write items to a database.
BatchWriteItemRequest
Represents a request to batch write items to multiple tables.
BatchWriteItemResponse
Represents a response from a batch write items operation.
ExecuteSqlStatementRequest
Represents a request to execute an SQL statement.
ExecuteSqlStatementResponse<T>
Represents a response from executing an SQL statement, including a list of items of type T.
QueryRequest
Represents a request for querying a data source.
ScanRequest
Represents a request for scanning a data source.
TableMessage
Represents a message associated with a table, implementing the ITableMessage interface.
TransactionWriteItem
Represents an item within a transaction for write operations.
TransactionWriteRequest
Represents a request for a transactional write operation.
Interfaces
ITableMessage
Represents a message associated with a table, defining a unique identifier.
ITableRepository
Interface representing a repository for interacting with a table.
Enums
TransactionWriteOperationType
Defines the types of write operations within a transaction.