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 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.
Click to show internal directories.
Click to hide internal directories.