Vision AI v1 API - Class RequestMetadata (1.0.0-beta01)

public sealed class RequestMetadata : IMessage<RequestMetadata>, IEquatable<RequestMetadata>, IDeepCloneable<RequestMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class RequestMetadata.

RequestMetadata is the metadata message for the request.

Inheritance

object > RequestMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

RequestMetadata()

public RequestMetadata()

RequestMetadata(RequestMetadata)

public RequestMetadata(RequestMetadata other)
Parameter
Name Description
other RequestMetadata

Properties

Event

public string Event { get; set; }

Evevt name.

Property Value
Type Description
string

LeaseId

public string LeaseId { get; set; }

Lease id.

Property Value
Type Description
string

LeaseTerm

public Duration LeaseTerm { get; set; }

Lease term specifies how long the client wants the session to be maintained by the server after the client leaves. If the lease term is not set, the server will release the session immediately and the client cannot reconnect to the same session later.

Property Value
Type Description
Duration

Owner

public string Owner { get; set; }

Owner name.

Property Value
Type Description
string

Series

public string Series { get; set; }

Series name.

Property Value
Type Description
string

Stream

public string Stream { get; set; }

Stream name.

Property Value
Type Description
string