public sealed class ImportMappingRulesRequest.Types.RulesFile : IMessage<ImportMappingRulesRequest.Types.RulesFile>, IEquatable<ImportMappingRulesRequest.Types.RulesFile>, IDeepCloneable<ImportMappingRulesRequest.Types.RulesFile>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ImportMappingRulesRequest.Types.RulesFile.
The filename of the rules that needs to be converted. The filename is
used mainly so that future logs of the import rules job contain it, and
can therefore be searched by it.
[[["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."],[[["This document provides reference documentation for the `ImportMappingRulesRequest.Types.RulesFile` class within the Database Migration v1 API."],["The `RulesFile` class represents a single rules file and is used within the `ImportMappingRulesRequest` for database migration tasks."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["It contains properties like `RulesContent` for the rules' text content and `RulesSourceFilename` for the filename, primarily used for logging and searchability in future import operations."],["The latest version of this documentation is for version 2.5.0, with previous versions available going as far back as 1.0.0."]]],[]]