GrainReferenceKeyInfo 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.
Type is a low level representation of grain reference keys to enable space-efficient serialization of grain references.
public readonly struct GrainReferenceKeyInfo
type GrainReferenceKeyInfo = struct
Public Structure GrainReferenceKeyInfo
- Inheritance
-
GrainReferenceKeyInfo
Remarks
This type is not intended for general use. It's a highly specialized type for serializing and deserializing grain references, and as such is not generally something you should pass around in your application.
Constructors
Properties
GenericArgument |
Generic argument. Only applicable if HasGenericArgument is true. |
HasGenericArgument |
Whether or not key info has generic argument. |
HasKeyExt |
Whether or not key info has key extension. |
HasObserverId |
Whether or not key info has observer id. |
HasTargetSilo |
Whether or not key info has silo endpoint. |
IsLongKey |
Whether or not key info has a long key. |
Key |
Grain key. For more specialized views, see |
ObserverId |
Observer id. Only applicable if HasObserverId is true. |
TargetSilo |
Target silo. Only applicable if HasTargetSilo is true. |