For Babelfish Release 1.12.3.10

ITokenRequest Interface

Definition

Namespace: Scopos.BabelFish.Requests
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public interface ITokenRequest

Properties

Limit The requested number of items to return. Usually a value between 1 and 50. The default is usually 50. the API does not have to adhere to this requested limit.
Token Token is used in a request when there is more data to return. With this pattern, the initial response will contain a value for NextToken. That value is used in the next request to return the next set of data. When making the request, a Token value of null or empty string means to return the first set of data.

See Also