public sealed class RequestOptions : IMessage<RequestOptions>, IEquatable<RequestOptions>, IDeepCloneable<RequestOptions>, IBufferMessage, IMessageReference documentation and code samples for the Firestore v1 API class RequestOptions.
Options for a server request.
Implements
IMessageRequestOptions, IEquatableRequestOptions, IDeepCloneableRequestOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
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 |
|