StatefulServiceTypeDescription 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.
Describes the stateful service type.
public sealed class StatefulServiceTypeDescription : System.Fabric.Description.ServiceTypeDescription
type StatefulServiceTypeDescription = class
inherit ServiceTypeDescription
Public NotInheritable Class StatefulServiceTypeDescription
Inherits ServiceTypeDescription
- Inheritance
Constructors
StatefulServiceTypeDescription() |
Initializes an instance of the StatefulServiceTypeDescription class. |
Properties
Extensions |
Gets the extensions for the service type. (Inherited from ServiceTypeDescription) |
Extensions_ |
INTERNAL USE ONLY. Wrapper of property "Extensions". Needed for serialization. (Inherited from ServiceTypeDescription) |
HasPersistedState |
Gets or sets a flag indicating whether this is a persistent service which stores states on the local disk. |
IsStateful |
Indicates whether the service is stateful. (Inherited from ServiceTypeDescription) |
LoadMetrics |
Gets the type of load metric is reported by the service. (Inherited from ServiceTypeDescription) |
PlacementConstraints |
Gets or sets the constraint to be used when instantiating this service in a Service Fabric cluster. (Inherited from ServiceTypeDescription) |
Policies |
Gets the policies of the service type. (Inherited from ServiceTypeDescription) |
ServiceTypeKind |
Gets or sets the kind of service type. (Inherited from ServiceTypeDescription) |
ServiceTypeName |
Gets or sets the name of the service type. (Inherited from ServiceTypeDescription) |
Methods
ReadCommonProperties(IntPtr, IntPtr, IntPtr, IntPtr) |
Reads the properties of the service type. (Inherited from ServiceTypeDescription) |