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

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

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

Skip a set number of records to get the next set.

Inheritance

object > CustomAPIPagination.Types.OffsetPagination

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

OffsetPagination()

public OffsetPagination()

OffsetPagination(OffsetPagination)

public OffsetPagination(CustomAPIPagination.Types.OffsetPagination other)
Parameter
Name Description
other CustomAPIPaginationTypesOffsetPagination

Properties

OffsetQueryParam

public string OffsetQueryParam { get; set; }

Required. Specify the name of the query parameter for offset in request.

Property Value
Type Description
string