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" TenantId string = "tenantId" Top string = "$top" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphParams ¶
type GraphParams struct { Count bool Expand string Format string Filter string OrderBy string Search string Select []string Skip int Top int32 SkipToken string }
func (GraphParams) AsMap ¶
func (s GraphParams) AsMap() map[string]string
func (GraphParams) NeedsEventualConsistencyHeaderFlag ¶
func (s GraphParams) NeedsEventualConsistencyHeaderFlag() bool
type RMParams ¶
type RMParams struct { ApiVersion string Expand string Filter string IncludeDeleted string IncludeAllTenantCategories bool MaxPageSize string Recurse bool SkipToken string StatusOnly bool TenantId string // For cross-tenant request Top int32 }
func (RMParams) NeedsEventualConsistencyHeaderFlag ¶
Click to show internal directories.
Click to hide internal directories.