alerts.performance.PerformanceOptions interface

Konfigurasi untuk fungsi distribusi aplikasi.

Tanda Tangan:

export interface PerformanceOptions extends EventHandlerOptions 

Memperluas: EventHandlerOptions

Properti

Properti Jenis Deskripsi
appId string Mencakup fungsi yang akan dipicu pada aplikasi tertentu.

alerts.performance.PerformanceOptions.appId

Mencakup fungsi yang akan dipicu pada aplikasi tertentu.

Tanda Tangan:

appId?: string;