Show / Hide Table of Contents

    Struct MessageAttributeName

    Message attribure names described at https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html#API_ReceiveMessage_RequestParameters

    Implements
    IEquatable<MessageAttributeName>
    IComparable<MessageAttributeName>
    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 MessageAttributeName : IEquatable<MessageAttributeName>, IComparable<MessageAttributeName>, IComparable

    Constructors

    | Improve this Doc View Source

    MessageAttributeName(String)

    Declaration
    public MessageAttributeName(string name)
    Parameters
    Type Name Description
    String name

    Properties

    | Improve this Doc View Source

    Name

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

    Methods

    | Improve this Doc View Source

    CompareTo(MessageAttributeName)

    Declaration
    public int CompareTo(MessageAttributeName other)
    Parameters
    Type Name Description
    MessageAttributeName 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(MessageAttributeName)

    Declaration
    public bool Equals(MessageAttributeName other)
    Parameters
    Type Name Description
    MessageAttributeName 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(MessageAttributeName, MessageAttributeName)

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

    Implicit(MessageAttributeName to String)

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

    Implicit(String to MessageAttributeName)

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

    Inequality(MessageAttributeName, MessageAttributeName)

    Declaration
    public static bool operator !=(MessageAttributeName a, MessageAttributeName b)
    Parameters
    Type Name Description
    MessageAttributeName a
    MessageAttributeName 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