Show / Hide Table of Contents

Class DailySchedule

Make a snapshot every day e.g. at 04:00, 05:20, 23:50

Inheritance
object
DailySchedule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetAppFiles.v1.Data
Assembly: Google.Apis.NetAppFiles.v1.dll
Syntax
public class DailySchedule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Hour

Set the hour to start the snapshot (0-23), defaults to midnight (0).

Declaration
[JsonProperty("hour")]
public virtual double? Hour { get; set; }
Property Value
Type Description
double?

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX