DataServiceResponse.BatchHeaders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
與批次要求相關聯之 HTTP 回應中的標頭。
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ BatchHeaders { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> BatchHeaders { get; }
member this.BatchHeaders : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)
屬性值
IDictionary 物件,其中包含 HTTP 回應的名稱值組。
備註
未使用批次處理時,傳回的 DataServiceResponse 執行個體上的標頭屬性將是空集合,因為沒有一組標頭表示整個儲存作業。