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. 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 |