public sealed class CustomAPIPagination.Types.OffsetPagination : IMessage<CustomAPIPagination.Types.OffsetPagination>, IEquatable<CustomAPIPagination.Types.OffsetPagination>, IDeepCloneable<CustomAPIPagination.Types.OffsetPagination>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPIPagination.Types.OffsetPagination.
Skip a set number of records to get the next set.
Implements
IMessageCustomAPIPaginationTypesOffsetPagination, IEquatableCustomAPIPaginationTypesOffsetPagination, IDeepCloneableCustomAPIPaginationTypesOffsetPagination, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|