Show / Hide Table of Contents

Class DeduplicationScope

What kind of deduplication scope to apply.

Inheritance
System.Object
DeduplicationScope
Namespace: Amazon.CDK.AWS.SQS
Assembly: Amazon.CDK.AWS.SQS.dll
Syntax (csharp)
public sealed class DeduplicationScope : Enum
Syntax (vb)
Public NotInheritable Class DeduplicationScope
    Inherits

     Enum

Synopsis

Fields

MESSAGE_GROUP

Deduplication occurs at the message group level.

QUEUE

Deduplication occurs at the message queue level.

value__

Fields

MESSAGE_GROUP

Deduplication occurs at the message group level.

public const DeduplicationScope MESSAGE_GROUP
Field Value
Type Description
DeduplicationScope

QUEUE

Deduplication occurs at the message queue level.

public const DeduplicationScope QUEUE
Field Value
Type Description
DeduplicationScope

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX