PropertyEnumerationResult Class
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.
Represents an enumeration of properties that is returned from an operation by the property manager.
public class PropertyEnumerationResult : System.Collections.ObjectModel.Collection<System.Fabric.NamedProperty>
type PropertyEnumerationResult = class
inherit Collection<NamedProperty>
Public Class PropertyEnumerationResult
Inherits Collection(Of NamedProperty)
- Inheritance
-
PropertyEnumerationResult
Properties
HasMoreData |
Indicates that there are more remaining pages. EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult, TimeSpan, CancellationToken) should be called to get the next page. |
IsBestEffort |
Indicates whether the name under the given name has been modified during the enumeration. |
IsConsistent |
Indicates whether the any name under the given name has been modified during the enumeration. |
IsFinished |
Indicates that there are no more remaining pages. |
IsValid |
Indicates whether the enumeration result is valid. Do not use the result if it is not valid. |
Applies to
Azure SDK for .NET