Chronicle v1 API - Class CustomAPIPagination.Types.TokenPagination (1.1.0)

public sealed class CustomAPIPagination.Types.TokenPagination : IMessage<CustomAPIPagination.Types.TokenPagination>, IEquatable<CustomAPIPagination.Types.TokenPagination>, IDeepCloneable<CustomAPIPagination.Types.TokenPagination>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class CustomAPIPagination.Types.TokenPagination.

Use tokens (custom keys) to get the next page of data.

Inheritance

object > CustomAPIPagination.Types.TokenPagination

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

TokenPagination()

public TokenPagination()

TokenPagination(TokenPagination)

public TokenPagination(CustomAPIPagination.Types.TokenPagination other)
Parameter
Name Description
other CustomAPIPaginationTypesTokenPagination

Properties

NextPageTokenJsonPath

public string NextPageTokenJsonPath { get; set; }

Required. Enter the field in the API response that contains the URL or token needed to fetch the next page of data.

Property Value
Type Description
string

QueryParam

public string QueryParam { get; set; }

Required. Specify the name of the query parameter for next page token in request.

Property Value
Type Description
string