Skip to main content

IOdspResponse Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/odsp-driver/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IOdspResponse<T>

Type Parameters

Parameter Description
T

Properties

Property Alerts Type Description
content Alpha T
duration Alpha number
headers Alpha Map<string, string>
propsToLog Alpha ITelemetryBaseProperties

Property Details

content

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

content: T;

Type: T

duration

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

duration: number;

Type: number

headers

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

headers: Map<string, string>;

Type: Map<string, string>

propsToLog

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

propsToLog: ITelemetryBaseProperties;

Type: ITelemetryBaseProperties