public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessage
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 latest version available is 2.9.0, with version 2.0.0 as the current context for the maintenance window, and multiple versions are available ranging from 1.0.0 to 2.9.0."],["`MaintenanceWindow` is a class that defines when Dataproc Metastore may perform system maintenance operations, implementing interfaces like `IMessage` and `IEquatable`."],["The `MaintenanceWindow` class includes properties such as `DayOfWeek` and `HourOfDay` to specify the start time of the maintenance window."],["The `MaintenanceWindow` class has a default and parameterized constructor."]]],[]]