Show / Hide Table of Contents

Class SnapshotConfiguration

Carbon facts details of a computed element

Inheritance
object
SnapshotConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK.Sdk
Assembly: QarnotSDK.dll
Syntax
public class SnapshotConfiguration

Properties

Blacklist

Blacklist filter.

Declaration
public string Blacklist { get; set; }
Property Value
Type Description
string
Examples

.black.

Bucket

Bucket name.

Declaration
public string Bucket { get; set; }
Property Value
Type Description
string
Examples

customBucket

BucketPrefix

Bucket prefix.

Declaration
public string BucketPrefix { get; set; }
Property Value
Type Description
string
Examples

prefix-

Whitelist

Whitelist filter.

Declaration
public string Whitelist { get; set; }
Property Value
Type Description
string
Examples

.white.

Methods

ToString()

Override of the string representation of the Snapshot configuration

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Generated by DocFX