Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class PrefixScan

A PrefixScan

Inheritance
object
ScanType
RangeScan
PrefixScan
Implements
IScanType
Inherited Members
RangeScan.From
RangeScan.To
ScanType.RangeScan(ScanTerm, ScanTerm)
ScanType.PrefixScan(string)
ScanType.SamplingScan(ulong)
ScanType.SamplingScan(ulong, ulong)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.KeyValue.RangeScan
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public class PrefixScan : RangeScan, IScanType

Constructors

View Source

PrefixScan(string)

Declaration
public PrefixScan(string prefix)
Parameters
Type Name Description
string prefix

Implements

IScanType
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.