Class MaintenanceWindow
Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class MaintenanceWindow : IDirectResponseSchema
Properties
DayOfWeek
Optional. The day of week, when the window starts.
Declaration
[JsonProperty("dayOfWeek")]
public virtual string DayOfWeek { 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 |
HourOfDay
Optional. The hour of day (0-23) when the window starts.
Declaration
[JsonProperty("hourOfDay")]
public virtual int? HourOfDay { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |