共用方式為


CaptureDescription interface

設定 eventhub 擷取描述的屬性

屬性

destination

將儲存擷取之目的地的屬性。 (記憶體帳戶、Blob 名稱)

enabled

值,指出是否啟用擷取描述。

encoding

列舉擷取描述編碼格式的可能值。 注意:新 API 版本中將會淘汰 'AvroDeflate'

intervalInSeconds

時間範圍可讓您設定擷取至 Azure Blob 的頻率,值應介於 60 到 900 秒之間

sizeLimitInBytes

大小視窗會在擷取作業之前定義事件中樞內建的數據量,值應該介於10485760到524288000個字節之間

skipEmptyArchives

值,指出是否略過空白封存

屬性詳細資料

destination

將儲存擷取之目的地的屬性。 (記憶體帳戶、Blob 名稱)

destination?: Destination

屬性值

enabled

值,指出是否啟用擷取描述。

enabled?: boolean

屬性值

boolean

encoding

列舉擷取描述編碼格式的可能值。 注意:新 API 版本中將會淘汰 'AvroDeflate'

encoding?: EncodingCaptureDescription

屬性值

intervalInSeconds

時間範圍可讓您設定擷取至 Azure Blob 的頻率,值應介於 60 到 900 秒之間

intervalInSeconds?: number

屬性值

number

sizeLimitInBytes

大小視窗會在擷取作業之前定義事件中樞內建的數據量,值應該介於10485760到524288000個字節之間

sizeLimitInBytes?: number

屬性值

number

skipEmptyArchives

值,指出是否略過空白封存

skipEmptyArchives?: boolean

屬性值

boolean