Show / Hide Table of Contents

    Struct AttributeName

    Source parameters as described at https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html#API_ReceiveMessage_RequestParameters

    Implements
    IEquatable<AttributeName>
    IComparable<AttributeName>
    IComparable
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Streams.SQS
    Assembly: Akka.Streams.SQS.dll
    Syntax
    public struct AttributeName : IEquatable<AttributeName>, IComparable<AttributeName>, IComparable

    Fields

    | Improve this Doc View Source

    All

    Declaration
    public static AttributeName All
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    ApproximateFirstReceiveTimestamp

    Declaration
    public static AttributeName ApproximateFirstReceiveTimestamp
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    ApproximateNumberOfMessages

    Declaration
    public static AttributeName ApproximateNumberOfMessages
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    ApproximateNumberOfMessagesDelayed

    Declaration
    public static AttributeName ApproximateNumberOfMessagesDelayed
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    ApproximateNumberOfMessagesNotVisible

    Declaration
    public static AttributeName ApproximateNumberOfMessagesNotVisible
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    ApproximateReceiveCount

    Declaration
    public static AttributeName ApproximateReceiveCount
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    ContentBasedDeduplication

    Declaration
    public static AttributeName ContentBasedDeduplication
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    CreatedTimestamp

    Declaration
    public static AttributeName CreatedTimestamp
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    DelaySeconds

    Declaration
    public static AttributeName DelaySeconds
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    FifoQueue

    Declaration
    public static AttributeName FifoQueue
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    KmsDataKeyReusePeriodSeconds

    Declaration
    public static AttributeName KmsDataKeyReusePeriodSeconds
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    KmsMasterKeyId

    Declaration
    public static AttributeName KmsMasterKeyId
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    LastModifiedTimestamp

    Declaration
    public static AttributeName LastModifiedTimestamp
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    MaximumMessageSize

    Declaration
    public static AttributeName MaximumMessageSize
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    MessageDeduplicationId

    Declaration
    public static AttributeName MessageDeduplicationId
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    MessageGroupId

    Declaration
    public static AttributeName MessageGroupId
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    MessageRetentionPeriod

    Declaration
    public static AttributeName MessageRetentionPeriod
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    Policy

    Declaration
    public static AttributeName Policy
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    QueueArn

    Declaration
    public static AttributeName QueueArn
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    ReceiveMessageWaitTimeSeconds

    Declaration
    public static AttributeName ReceiveMessageWaitTimeSeconds
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    RedrivePolicy

    Declaration
    public static AttributeName RedrivePolicy
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    SenderId

    Declaration
    public static AttributeName SenderId
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    SentTimestamp

    Declaration
    public static AttributeName SentTimestamp
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    SequenceNumber

    Declaration
    public static AttributeName SequenceNumber
    Field Value
    Type Description
    AttributeName
    | Improve this Doc View Source

    VisibilityTimeout

    Declaration
    public static AttributeName VisibilityTimeout
    Field Value
    Type Description
    AttributeName

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    CompareTo(AttributeName)

    Declaration
    public int CompareTo(AttributeName other)
    Parameters
    Type Name Description
    AttributeName other
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    CompareTo(Object)

    Declaration
    public int CompareTo(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Equals(AttributeName)

    Declaration
    public bool Equals(AttributeName other)
    Parameters
    Type Name Description
    AttributeName other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()

    Operators

    | Improve this Doc View Source

    Equality(AttributeName, AttributeName)

    Declaration
    public static bool operator ==(in AttributeName a, in AttributeName b)
    Parameters
    Type Name Description
    AttributeName a
    AttributeName b
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Implicit(AttributeName to String)

    Declaration
    public static implicit operator string (in AttributeName attribute)
    Parameters
    Type Name Description
    AttributeName attribute
    Returns
    Type Description
    String
    | Improve this Doc View Source

    Implicit(String to AttributeName)

    Declaration
    public static implicit operator AttributeName(string attributeName)
    Parameters
    Type Name Description
    String attributeName
    Returns
    Type Description
    AttributeName
    | Improve this Doc View Source

    Inequality(AttributeName, AttributeName)

    Declaration
    public static bool operator !=(AttributeName a, AttributeName b)
    Parameters
    Type Name Description
    AttributeName a
    AttributeName b
    Returns
    Type Description
    Boolean

    Implements

    IEquatable<T>
    IComparable<T>
    IComparable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX