Condividi tramite


TableServiceClientOptions type

Opzioni client usate per configurare le richieste api tabelle

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