Skip to content

beamable-sdk / api / beamoGetStoragePerformanceBasic

Function: beamoGetStoragePerformanceBasic()

beamoGetStoragePerformanceBasic(requester, granularity, storageObjectName, endDate?, period?, startDate?, gamertag?): Promise<HttpResponse<PerformanceResponse>>

Defined in: src/__generated__/apis/BeamoApi.ts:746

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

granularity

string

The granularity parameter to include in the API request.

storageObjectName

string

The storageObjectName parameter to include in the API request.

endDate?

string

The endDate parameter to include in the API request.

period?

string

The period parameter to include in the API request.

startDate?

string

The startDate parameter to include in the API request.

gamertag?

string

Override the Gamer Tag of the player. This is generally inferred by the auth token.

Returns

Promise<HttpResponse<PerformanceResponse>>

Remarks

Authentication: This method requires a valid bearer token in the Authorization header.