BlobScanResultsOptions Class

public final class BlobScanResultsOptions
extends ExpandableStringEnum<BlobScanResultsOptions>

Optional. Write scan result on BlobIndexTags by default.

Field Summary

Modifier and Type Field and Description
static final BlobScanResultsOptions BLOB_INDEX_TAGS

Write scan results on the blobs index tags.

static final BlobScanResultsOptions NONE

Do not write scan results on the blobs index tags.

Constructor Summary

Constructor Description
BlobScanResultsOptions()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BlobScanResultsOptions value.

Method Summary

Modifier and Type Method and Description
static BlobScanResultsOptions fromString(String name)

Creates or finds a BlobScanResultsOptions from its string representation.

static Collection<BlobScanResultsOptions> values()

Gets known BlobScanResultsOptions values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BLOB_INDEX_TAGS

public static final BlobScanResultsOptions BLOB_INDEX_TAGS

Write scan results on the blobs index tags.

NONE

public static final BlobScanResultsOptions NONE

Do not write scan results on the blobs index tags.

Constructor Details

BlobScanResultsOptions

@Deprecated
public BlobScanResultsOptions()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BlobScanResultsOptions value.

Method Details

fromString

public static BlobScanResultsOptions fromString(String name)

Creates or finds a BlobScanResultsOptions from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BlobScanResultsOptions.

values

public static Collection<BlobScanResultsOptions> values()

Gets known BlobScanResultsOptions values.

Returns:

known BlobScanResultsOptions values.

Applies to