Firestore v1 API - Class RequestOptions (4.4.0)

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

Reference documentation and code samples for the Firestore v1 API class RequestOptions.

Options for a server request.

Inheritance

object > RequestOptions

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

RequestOptions()

public RequestOptions()

RequestOptions(RequestOptions)

public RequestOptions(RequestOptions other)
Parameter
Name Description
other RequestOptions

Properties

RequestTags

public RepeatedField<string> RequestTags { get; }

The request tags for the request.

Property Value
Type Description
RepeatedFieldstring