Show / Hide Table of Contents

Class WeeklySchedule

Make a snapshot every week e.g. at Monday 04:00, Wednesday 05:20, Sunday 23:50

Inheritance
object
WeeklySchedule
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 WeeklySchedule : IDirectResponseSchema

Properties

Day

Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'.

Declaration
[JsonProperty("day")]
public virtual string Day { get; set; }
Property Value
Type Description
string

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