Firestore v1 API - Class Target.Types.DocumentsTarget (3.6.0)

public sealed class Target.Types.DocumentsTarget : IMessage<Target.Types.DocumentsTarget>, IEquatable<Target.Types.DocumentsTarget>, IDeepCloneable<Target.Types.DocumentsTarget>, IBufferMessage, IMessage

Reference documentation and code samples for the Firestore v1 API class Target.Types.DocumentsTarget.

A target specified by a set of documents names.

Inheritance

object > Target.Types.DocumentsTarget

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

DocumentsTarget()

public DocumentsTarget()

DocumentsTarget(DocumentsTarget)

public DocumentsTarget(Target.Types.DocumentsTarget other)
Parameter
NameDescription
otherTargetTypesDocumentsTarget

Properties

Documents

public RepeatedField<string> Documents { get; }

The names of the documents to retrieve. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}. The request will fail if any of the document is not a child resource of the given database. Duplicate names will be elided.

Property Value
TypeDescription
RepeatedFieldstring