共用方式為


TableServiceClientOptions type

用來設定數據表 API 要求的客戶端選項

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