Show / Hide Table of Contents

Class TrafficSplit

The traffic allocation for the backend.

Inheritance
object
TrafficSplit
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class TrafficSplit : IDirectResponseSchema

Properties

Build

Required. The build that traffic is being routed to.

Declaration
[JsonProperty("build")]
public virtual string Build { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Percent

Required. The percentage of traffic to send to the build. Currently must be 100% or 0%.

Declaration
[JsonProperty("percent")]
public virtual int? Percent { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX