ReadOnlyFollowingDatabase 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.
Class representing a read only following database.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ReadOnlyFollowing")]
public class ReadOnlyFollowingDatabase : Microsoft.Azure.Management.Kusto.Models.Database
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ReadOnlyFollowing")>]
type ReadOnlyFollowingDatabase = class
inherit Database
Public Class ReadOnlyFollowingDatabase
Inherits Database
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ReadOnlyFollowingDatabase() |
Initializes a new instance of the ReadOnlyFollowingDatabase class. |
ReadOnlyFollowingDatabase(String, String, String, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, DatabaseStatistics, String, String, String) |
Initializes a new instance of the ReadOnlyFollowingDatabase class. |
Properties
AttachedDatabaseConfigurationName |
Gets the name of the attached database configuration cluster |
HotCachePeriod |
Gets or sets the time the data should be kept in cache for fast queries in TimeSpan. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
LeaderClusterResourceId |
Gets the name of the leader cluster |
Location |
Gets or sets resource location. (Inherited from Database) |
Name |
Gets the name of the resource (Inherited from Resource) |
PrincipalsModificationKind |
Gets the principals modification kind of the database. Possible values include: 'Union', 'Replace', 'None' |
ProvisioningState |
Gets the provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving' |
SoftDeletePeriod |
Gets the time the data should be kept before it stops being accessible to queries in TimeSpan. |
Statistics |
Gets the statistics of the database. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET