public final class PipelineOptions extends Object
StorageURL. All the options fields have default values if nothing is passed, and
no logger will be used if it is not set. An HttpClient must be set, however.| Modifier and Type | Field and Description |
|---|---|
com.microsoft.rest.v2.http.HttpClient |
client
Specifies which HttpClient to use to send the requests.
|
com.microsoft.rest.v2.http.HttpPipelineLogger |
logger
Specifies the logger for the pipeline.
|
LoggingOptions |
loggingOptions
Configures the built-in request logging policy.
|
RequestRetryOptions |
requestRetryOptions
Configures the retry policy's behavior.
|
TelemetryOptions |
telemetryOptions
Configures the built-in telemetry policy behavior.
|
| Constructor and Description |
|---|
PipelineOptions()
Returns a
PipelineOptions object with default values for each of the options fields. |
public com.microsoft.rest.v2.http.HttpClient client
public com.microsoft.rest.v2.http.HttpPipelineLogger logger
public RequestRetryOptions requestRetryOptions
public LoggingOptions loggingOptions
public TelemetryOptions telemetryOptions
Copyright © 2018. All rights reserved.