query

package
v1.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ApiVersion                 string = "api-version"
	Count                      string = "$count"
	Expand                     string = "$expand"
	Filter                     string = "$filter"
	Format                     string = "$format"
	IncludeDeleted             string = "$include"
	IncludeAllTenantCategories string = "$includeAllTenantCategories"
	MaxPageSize                string = "$maxpagesize"
	OrderBy                    string = "$orderby"
	Recurse                    string = "$recurse"
	Search                     string = "$search"
	Select                     string = "$select"
	Skip                       string = "$skip"
	SkipToken                  string = "$skipToken"
	StatusOnly                 string = "StatusOnly"
	Top                        string = "$top"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Params

type Params struct {
	ApiVersion                 string
	Count                      bool
	Expand                     string
	Filter                     string
	IncludeDeleted             string
	IncludeAllTenantCategories bool
	MaxPageSize                string
	OrderBy                    string
	Recurse                    bool
	Search                     string
	Select                     []string
	Skip                       int
	SkipToken                  string
	StatusOnly                 bool
	Top                        int32
}

func (Params) AsMap

func (s Params) AsMap() map[string]string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL