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 Dataproc Metastore v1 API allows scheduling system maintenance operations for the service."],["This class is available across multiple versions, from 1.0.0 up to the latest 2.9.0, allowing backward compatibility and flexibility with legacy systems."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DayOfWeek` and `HourOfDay` to specify the start of the maintenance window."],["The `MaintenanceWindow` class has two constructors, one is parameterless and the other takes a `MaintenanceWindow` object."]]],[]]