次の方法で共有


SapCloudForCustomerSink.HttpRequestTimeout プロパティ

定義

HTTP 応答を取得するタイムアウト (TimeSpan) を取得または設定します。 応答データの読み取りのタイムアウトではなく、応答の取得のタイムアウトです。 既定値: 00:05:00。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

[Newtonsoft.Json.JsonProperty(PropertyName="httpRequestTimeout")]
public object HttpRequestTimeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="httpRequestTimeout")>]
member this.HttpRequestTimeout : obj with get, set
Public Property HttpRequestTimeout As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象