Class HourlySchedule
Make a snapshot every hour e.g. at 04:00, 05:00, 06:00.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1.Data
Assembly: Google.Apis.NetAppFiles.v1.dll
Syntax
public class HourlySchedule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Minute
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
Declaration
[JsonProperty("minute")]
public virtual double? Minute { get; set; }
Property Value
Type | Description |
---|---|
double? |
SnapshotsToKeep
The maximum number of Snapshots to keep for the hourly schedule
Declaration
[JsonProperty("snapshotsToKeep")]
public virtual double? SnapshotsToKeep { get; set; }
Property Value
Type | Description |
---|---|
double? |