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

ParameterDescription
T

Properties

PropertyAlertsTypeDescription
contentBetaT
durationBetanumber
headersBetaMap<string, string>
propsToLogBetaITelemetryBaseProperties

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