Class TieredStorageRule
Rule to specify what data is stored in a storage tier.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class TieredStorageRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncludeIfOlderThan
Include cells older than the given age. For the infrequent access tier, this value must be at least 30 days.
Declaration
[JsonProperty("includeIfOlderThan")]
public virtual object IncludeIfOlderThan { get; set; }
Property Value
| Type | Description |
|---|---|
| object |