Sdílet prostřednictvím


TableServiceClientOptions type

Možnosti klienta používané ke konfiguraci požadavků rozhraní API pro tabulky

type TableServiceClientOptions = CommonClientOptions & {
  endpoint?: string
  version?: string
}