C# 클래스 Amazon.SQS.QueueAttributeName

Constants used for properties of type QueueAttributeName.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
All QueueAttributeName
ApproximateNumberOfMessages QueueAttributeName
ApproximateNumberOfMessagesDelayed QueueAttributeName
ApproximateNumberOfMessagesNotVisible QueueAttributeName
ContentBasedDeduplication QueueAttributeName
CreatedTimestamp QueueAttributeName
DelaySeconds QueueAttributeName
FifoQueue QueueAttributeName
LastModifiedTimestamp QueueAttributeName
MaximumMessageSize QueueAttributeName
MessageRetentionPeriod QueueAttributeName
Policy QueueAttributeName
QueueArn QueueAttributeName
ReceiveMessageWaitTimeSeconds QueueAttributeName
RedrivePolicy QueueAttributeName
VisibilityTimeout QueueAttributeName

공개 메소드들

메소드 설명
FindValue ( string value ) : QueueAttributeName

Finds the constant for the unique value.

QueueAttributeName ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

메소드 상세

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : QueueAttributeName
value string The unique value for the constant
리턴 QueueAttributeName

QueueAttributeName() 공개 메소드

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public QueueAttributeName ( string value ) : System
value string
리턴 System

프로퍼티 상세

All 공개적으로 정적으로 프로퍼티

Constant All for QueueAttributeName
public static QueueAttributeName,Amazon.SQS All
리턴 QueueAttributeName

ApproximateNumberOfMessages 공개적으로 정적으로 프로퍼티

Constant ApproximateNumberOfMessages for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessages
리턴 QueueAttributeName

ApproximateNumberOfMessagesDelayed 공개적으로 정적으로 프로퍼티

Constant ApproximateNumberOfMessagesDelayed for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessagesDelayed
리턴 QueueAttributeName

ApproximateNumberOfMessagesNotVisible 공개적으로 정적으로 프로퍼티

Constant ApproximateNumberOfMessagesNotVisible for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessagesNotVisible
리턴 QueueAttributeName

ContentBasedDeduplication 공개적으로 정적으로 프로퍼티

Constant ContentBasedDeduplication for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ContentBasedDeduplication
리턴 QueueAttributeName

CreatedTimestamp 공개적으로 정적으로 프로퍼티

Constant CreatedTimestamp for QueueAttributeName
public static QueueAttributeName,Amazon.SQS CreatedTimestamp
리턴 QueueAttributeName

DelaySeconds 공개적으로 정적으로 프로퍼티

Constant DelaySeconds for QueueAttributeName
public static QueueAttributeName,Amazon.SQS DelaySeconds
리턴 QueueAttributeName

FifoQueue 공개적으로 정적으로 프로퍼티

Constant FifoQueue for QueueAttributeName
public static QueueAttributeName,Amazon.SQS FifoQueue
리턴 QueueAttributeName

LastModifiedTimestamp 공개적으로 정적으로 프로퍼티

Constant LastModifiedTimestamp for QueueAttributeName
public static QueueAttributeName,Amazon.SQS LastModifiedTimestamp
리턴 QueueAttributeName

MaximumMessageSize 공개적으로 정적으로 프로퍼티

Constant MaximumMessageSize for QueueAttributeName
public static QueueAttributeName,Amazon.SQS MaximumMessageSize
리턴 QueueAttributeName

MessageRetentionPeriod 공개적으로 정적으로 프로퍼티

Constant MessageRetentionPeriod for QueueAttributeName
public static QueueAttributeName,Amazon.SQS MessageRetentionPeriod
리턴 QueueAttributeName

Policy 공개적으로 정적으로 프로퍼티

Constant Policy for QueueAttributeName
public static QueueAttributeName,Amazon.SQS Policy
리턴 QueueAttributeName

QueueArn 공개적으로 정적으로 프로퍼티

Constant QueueArn for QueueAttributeName
public static QueueAttributeName,Amazon.SQS QueueArn
리턴 QueueAttributeName

ReceiveMessageWaitTimeSeconds 공개적으로 정적으로 프로퍼티

Constant ReceiveMessageWaitTimeSeconds for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ReceiveMessageWaitTimeSeconds
리턴 QueueAttributeName

RedrivePolicy 공개적으로 정적으로 프로퍼티

Constant RedrivePolicy for QueueAttributeName
public static QueueAttributeName,Amazon.SQS RedrivePolicy
리턴 QueueAttributeName

VisibilityTimeout 공개적으로 정적으로 프로퍼티

Constant VisibilityTimeout for QueueAttributeName
public static QueueAttributeName,Amazon.SQS VisibilityTimeout
리턴 QueueAttributeName