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 latest version of the `MaintenanceWindow` class for the Dataproc Metastore v1 API is version 2.9.0."],["The `MaintenanceWindow` class is used to define when system maintenance operations can be performed on the Dataproc Metastore service."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MaintenanceWindow` class has properties `DayOfWeek` to specify the maintenance day and `HourOfDay` to define the maintenance hour, each with their own specified accepted format."],["The `MaintenanceWindow` class has a constructor to set up the class with a `MaintenanceWindow` parameter or a default constructor if no parameters are needed."]]],[]]