insightsapi

package
v52.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 License: Apache-2.0 Imports: 2 Imported by: 106

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventsClientAPI

type EventsClientAPI interface {
	Get(ctx context.Context, appID string, eventType insights.EventType, eventID string, timespan string) (result insights.EventsResults, err error)
	GetByType(ctx context.Context, appID string, eventType insights.EventType, timespan string, filter string, search string, orderby string, selectParameter string, skip *int32, top *int32, formatParameter string, count *bool, apply string) (result insights.EventsResults, err error)
	GetOdataMetadata(ctx context.Context, appID string) (result insights.SetObject, err error)
}

EventsClientAPI contains the set of methods on the EventsClient type.

type MetadataClientAPI

type MetadataClientAPI interface {
	Get(ctx context.Context, appID string) (result insights.MetadataResults, err error)
	Post(ctx context.Context, appID string) (result insights.MetadataResults, err error)
}

MetadataClientAPI contains the set of methods on the MetadataClient type.

type MetricsClientAPI

type MetricsClientAPI interface {
	Get(ctx context.Context, appID string, metricID insights.MetricID, timespan string, interval *string, aggregation []insights.MetricsAggregation, segment []insights.MetricsSegment, top *int32, orderby string, filter string) (result insights.MetricsResult, err error)
	GetMetadata(ctx context.Context, appID string) (result insights.SetObject, err error)
	GetMultiple(ctx context.Context, appID string, body []insights.MetricsPostBodySchema) (result insights.ListMetricsResultsItem, err error)
}

MetricsClientAPI contains the set of methods on the MetricsClient type.

type QueryClientAPI

type QueryClientAPI interface {
	Execute(ctx context.Context, appID string, body insights.QueryBody) (result insights.QueryResults, err error)
}

QueryClientAPI contains the set of methods on the QueryClient type.

Jump to

Keyboard shortcuts

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