แก้ไข

แชร์ผ่าน


ITableLocator Interface

Definition

Provides a way to adjust table parameters based on a specific document.

public interface class ITableLocator
public interface ITableLocator
type ITableLocator = interface
Public Interface ITableLocator

Remarks

This interface may be useful if table settings such as name or region differs on data provided. For example, a specific tenant's data should be isolated from other data or encrypted differently or live in other region. This can be done on the user side, however if the user has a lot places to access, it is troublesome and error prone to be done in all places. Instead, you can delegate the logic to an adapter to be applied every time a client makes a request.

Methods

LocateTable(TableInfo, RequestOptions)

Provides a way to adjust table and request parameters for a specified request.

Applies to