Struct MessageAttributeName
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
Methods
|
Improve this Doc
View Source
CompareTo(MessageAttributeName)
Declaration
public int CompareTo(MessageAttributeName other)
Parameters
Returns
|
Improve this Doc
View Source
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
|
Improve this Doc
View Source
Equals(MessageAttributeName)
Declaration
public bool Equals(MessageAttributeName other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(MessageAttributeName, MessageAttributeName)
Declaration
public static bool operator ==(in MessageAttributeName a, in MessageAttributeName b)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(MessageAttributeName to String)
Declaration
public static implicit operator string (in MessageAttributeName attribute)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(String to MessageAttributeName)
Declaration
public static implicit operator MessageAttributeName(string attributeName)
Parameters
Type |
Name |
Description |
String |
attributeName |
|
Returns
|
Improve this Doc
View Source
Inequality(MessageAttributeName, MessageAttributeName)
Declaration
public static bool operator !=(MessageAttributeName a, MessageAttributeName b)
Parameters
Returns
Implements