Class SnapshotConfiguration
Carbon facts details of a computed element
Inherited Members
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 |