Class StandardConnectionFormat
Standard connection format.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class StandardConnectionFormat : IDirectResponseSchema
Properties
DirectConnection
Optional. Deprecated: Use the additional_options map to specify the directConnection parameter instead.
For example: additional_options = {"directConnection": "true"}. Specifies whether the client connects
directly to the host[:port] in the connection URI.
Declaration
[JsonProperty("directConnection")]
public virtual bool? DirectConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |