Property IsSchemaFrozen
IsSchemaFrozen
Cloud Service only.
Gets a value indicating whether the table's schema is frozen.
Declaration
public bool IsSchemaFrozen { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true if the table's schema is frozen, otherwise
false.
|
Remarks
Frozen schema is required for Global Active Tables.