Class BroadcastSessionInfo
Information about a broadcast session.
Inheritance
System.Object
BroadcastSessionInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |
IngestionId
Input only. Deprecated field, should not be used.
Declaration
[JsonProperty("ingestionId")]
public virtual string IngestionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SessionStateInfo
Broadcast session's state information.
Declaration
[JsonProperty("sessionStateInfo")]
public virtual SessionStateInfo SessionStateInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| SessionStateInfo |
Implements
Google.Apis.Requests.IDirectResponseSchema