For Babelfish Release 1.12.5.15

GetSquaddingListAbstractRequestToken Property

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.

Definition

Namespace: Scopos.BabelFish.Requests.OrionMatchAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public string Token { get; set; }

Property Value

String

Implements

ITokenRequestToken

See Also