SolidFire.Core.Attributes Namespace |
| Class | Description | |
|---|---|---|
| ConnectionTypeAttribute |
Include this attribute if a property or method is only valid since a specific version.
Example: [ConnectionType(NodeOnly|ClusterOnly)]
| |
| DeprecatedAfterAttribute | ||
| OptionalAttribute |
Attribute used to mark a JSON-RPC request property as an optional property
| |
| SinceAttribute |
| Enumeration | Description | |
|---|---|---|
| ConnectionType |
Used in the ConnectionTypeAttribute to specify if a method can be called against a Node or Cluster only
|