public sealed class GetImportDataFileRequest : IMessage<GetImportDataFileRequest>, IEquatable<GetImportDataFileRequest>, IDeepCloneable<GetImportDataFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetImportDataFileRequest.
[[["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 information for the `GetImportDataFileRequest` class within the Migration Center v1 API, specifically version 1.3.0 of the .NET library."],["The `GetImportDataFileRequest` class is used to request an import data file, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and has two constructors, a default constructor, and one that takes another `GetImportDataFileRequest` object as an argument."],["Key properties of the class include `ImportDataFileName`, which is a typed view over the `Name` property, and the `Name` property itself, which is a required string representing the name of the ImportDataFile."],["The document also lists the versions of the class available, including the latest version, which is version 1.4.0."]]],[]]