SecurityInsightsPackageCollectionGetAllOptions Class

Definition

The SecurityInsightsPackageCollectionGetAllOptions.

public class SecurityInsightsPackageCollectionGetAllOptions
type SecurityInsightsPackageCollectionGetAllOptions = class
Public Class SecurityInsightsPackageCollectionGetAllOptions
Inheritance
SecurityInsightsPackageCollectionGetAllOptions

Constructors

SecurityInsightsPackageCollectionGetAllOptions()

Initializes a new instance of SecurityInsightsPackageCollectionGetAllOptions.

Properties

Count

Instructs the server to return only object count without actual body. Optional.

Filter

Filters the results, based on a Boolean condition. Optional.

OrderBy

Sorts the results. Optional.

Search

Searches for a substring in the response. Optional.

Skip

Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left.

SkipToken

Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional.

Top

Returns only the first n results. Optional.

Applies to