Class BroadcastSessionInfo
Information about a broadcast session.
Inheritance
object
BroadcastSessionInfo
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class BroadcastSessionInfo : IDirectResponseSchema
Properties
BroadcastSessionId
A unique server-generated ID for the broadcast session.
Declaration
[JsonProperty("broadcastSessionId")]
public virtual string BroadcastSessionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BroadcastStats
Output only. Current broadcast session's statistics.
Declaration
[JsonProperty("broadcastStats")]
public virtual BroadcastStats BroadcastStats { get; set; }
Property Value
| Type | Description |
|---|---|
| BroadcastStats |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IngestionId
Input only. Deprecated field, should not be used.
Declaration
[JsonProperty("ingestionId")]
public virtual string IngestionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionStateInfo
Broadcast session's state information.
Declaration
[JsonProperty("sessionStateInfo")]
public virtual SessionStateInfo SessionStateInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| SessionStateInfo |