CodelessConnectorPollingPagingProperties Class

Definition

Describe the properties needed to make a pagination call.

public class CodelessConnectorPollingPagingProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingPagingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingPagingProperties>
type CodelessConnectorPollingPagingProperties = class
    interface IJsonModel<CodelessConnectorPollingPagingProperties>
    interface IPersistableModel<CodelessConnectorPollingPagingProperties>
Public Class CodelessConnectorPollingPagingProperties
Implements IJsonModel(Of CodelessConnectorPollingPagingProperties), IPersistableModel(Of CodelessConnectorPollingPagingProperties)
Inheritance
CodelessConnectorPollingPagingProperties
Implements

Constructors

CodelessConnectorPollingPagingProperties(String)

Initializes a new instance of CodelessConnectorPollingPagingProperties.

Properties

NextPageParaName

Defines the name of a next page attribute.

NextPageTokenJsonPath

Defines the path to a next page token JSON.

PageCountAttributePath

Defines the path to a page count attribute.

PageSize

Defines the paging size.

PageSizeParaName

Defines the name of the page size parameter.

PageTimeStampAttributePath

Defines the path to a paging time stamp attribute.

PageTotalCountAttributePath

Defines the path to a page total count attribute.

PagingType

Describes the type. could be 'None', 'PageToken', 'PageCount', 'TimeStamp'.

SearchTheLatestTimeStampFromEventsList

Determines whether to search for the latest time stamp in the events list.

Explicit Interface Implementations

IJsonModel<CodelessConnectorPollingPagingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CodelessConnectorPollingPagingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CodelessConnectorPollingPagingProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CodelessConnectorPollingPagingProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CodelessConnectorPollingPagingProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to