次の方法で共有


SubscriberMessageDropStrategy Struct

Definition

The enum defining strategies for dropping messages from the subscriber queue.

public readonly struct SubscriberMessageDropStrategy : IEquatable<Azure.ResourceManager.IotOperations.Models.SubscriberMessageDropStrategy>
type SubscriberMessageDropStrategy = struct
Public Structure SubscriberMessageDropStrategy
Implements IEquatable(Of SubscriberMessageDropStrategy)
Inheritance
SubscriberMessageDropStrategy
Implements

Constructors

SubscriberMessageDropStrategy(String)

Initializes a new instance of SubscriberMessageDropStrategy.

Properties

DropOldest

The oldest message is dropped.

None

Messages are never dropped.

Methods

Equals(SubscriberMessageDropStrategy)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SubscriberMessageDropStrategy, SubscriberMessageDropStrategy)

Determines if two SubscriberMessageDropStrategy values are the same.

Implicit(String to SubscriberMessageDropStrategy)

Converts a String to a SubscriberMessageDropStrategy.

Inequality(SubscriberMessageDropStrategy, SubscriberMessageDropStrategy)

Determines if two SubscriberMessageDropStrategy values are not the same.

Applies to