Show / Hide Table of Contents

Class BucketFilteringPrefix

Filter a bucket by prefix

Inheritance
object
ABucketFiltering
BucketFilteringPrefix
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public sealed class BucketFilteringPrefix : ABucketFiltering

Constructors

BucketFilteringPrefix(string)

Create a prefix filtering

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

The prefix to filter by

Properties

Prefix

Prefix by which to filter

Declaration
public string Prefix { get; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX