public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class MaintenanceWindow.
Maintenance window. This specifies when Dataproc Metastore
may perform system maintenance operation to the service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `MaintenanceWindow` class in the Google Cloud Dataproc Metastore v1 API defines when system maintenance operations can be performed."],["This documentation covers versions from 1.0.0 to the latest, 2.9.0, with the current page specifically detailing version 2.7.0."],["The `MaintenanceWindow` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `MaintenanceWindow` include `DayOfWeek` which indicates the start day, and `HourOfDay` which specifies the starting hour of the maintenance window."],["The `MaintenanceWindow` class has two constructors; one is the default `MaintenanceWindow()` constructor, and the other is the `MaintenanceWindow(MaintenanceWindow other)` constructor, which takes another `MaintenanceWindow` as a parameter."]]],[]]