Dela via


TableServiceClientOptions type

Klientalternativ som används för att konfigurera api-begäranden för tabeller

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