共用方式為


TableServiceClientOptions type

用來設定資料表 API 要求的用戶端選項

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