Share via


CodelessConnectorPollingPagingProperties Class

Definition

Describe the properties needed to make a pagination call

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CodelessConnectorPollingPagingPropertiesTypeConverter))]
public class CodelessConnectorPollingPagingProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICodelessConnectorPollingPagingProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CodelessConnectorPollingPagingPropertiesTypeConverter))>]
type CodelessConnectorPollingPagingProperties = class
    interface ICodelessConnectorPollingPagingProperties
    interface IJsonSerializable
Public Class CodelessConnectorPollingPagingProperties
Implements ICodelessConnectorPollingPagingProperties
Inheritance
CodelessConnectorPollingPagingProperties
Attributes
Implements

Constructors

CodelessConnectorPollingPagingProperties()

Creates an new CodelessConnectorPollingPagingProperties instance.

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CodelessConnectorPollingPagingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CodelessConnectorPollingPagingProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICodelessConnectorPollingPagingProperties.

FromJsonString(String)

Creates a new instance of CodelessConnectorPollingPagingProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CodelessConnectorPollingPagingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to