Skip to content

beamable-sdk / api / beamoGetStoragePerformanceByStorageObjectName

Function: beamoGetStoragePerformanceByStorageObjectName()

beamoGetStoragePerformanceByStorageObjectName(requester, storageObjectName, EndTime?, Granularity?, Period?, StartTime?, gamertag?): Promise<HttpResponse<BeamoV2StoragePerformance>>

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

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

storageObjectName

string

The storageObjectName parameter to include in the API request.

EndTime?

Date

The EndTime parameter to include in the API request.

Granularity?

string

The Granularity parameter to include in the API request.

Period?

string

The Period parameter to include in the API request.

StartTime?

Date

The StartTime parameter to include in the API request.

gamertag?

string

Override the playerId of the requester. This is only necessary when not using a JWT bearer token.

Returns

Promise<HttpResponse<BeamoV2StoragePerformance>>

Remarks

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