SubscriberMessageDropStrategy Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET