Class DocIdQuery.ReadOnly
Implements
Inherited Members
Namespace: Couchbase.Search.Queries.Simple
Assembly: Couchbase.NetClient.dll
Syntax
public record DocIdQuery.ReadOnly : IEquatable<DocIdQuery.ReadOnly>
Constructors
| Edit this page View SourceReadOnly(IReadOnlyList<string>)
Declaration
public ReadOnly(IReadOnlyList<string> DocIds)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyList<string> | DocIds |
Properties
| Edit this page View SourceDocIds
Declaration
public IReadOnlyList<string> DocIds { get; init; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> |