generated/api/Models/DcPlanContentIndexingDetails.cs

// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.9.4, generator: @autorest/powershell@3.0.415)
// Changes may cause incorrect behavior and will be lost if the code is regenerated.

namespace Commvault.Powershell.Models
{
    using static Commvault.Powershell.Runtime.Extensions;

    /// <summary>Describes the Content Indexing attributes related to a Data Classification Plan</summary>
    public partial class DcPlanContentIndexingDetails :
        Commvault.Powershell.Models.IDcPlanContentIndexingDetails,
        Commvault.Powershell.Models.IDcPlanContentIndexingDetailsInternal
    {

        /// <summary>Backing field for <see cref="ContentLanguage" /> property.</summary>
        private string _contentLanguage;

        /// <summary>OCR Languages Supported By DC Plan</summary>
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public string ContentLanguage { get => this._contentLanguage; set => this._contentLanguage = value; }

        /// <summary>Backing field for <see cref="DomainName" /> property.</summary>
        private string _domainName;

        /// <summary>Associated Domain of user having access to preview path</summary>
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public string DomainName { get => this._domainName; set => this._domainName = value; }

        /// <summary>Backing field for <see cref="ExactSearch" /> property.</summary>
        private bool? _exactSearch;

        /// <summary>Whether Exact Search is enabled or disabled</summary>
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public bool? ExactSearch { get => this._exactSearch; set => this._exactSearch = value; }

        /// <summary>Backing field for <see cref="ExtractTextFromImage" /> property.</summary>
        private bool? _extractTextFromImage;

        /// <summary>Whether Image Extraction is Enabled</summary>
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public bool? ExtractTextFromImage { get => this._extractTextFromImage; set => this._extractTextFromImage = value; }

        /// <summary>Backing field for <see cref="PreviewPath" /> property.</summary>
        private string _previewPath;

        /// <summary>
        /// Describes the Preview path for Content Indexed Data when search type is METADATA_CONTENT_PREVIEW
        /// </summary>
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public string PreviewPath { get => this._previewPath; set => this._previewPath = value; }

        /// <summary>Backing field for <see cref="SearchType" /> property.</summary>
        private string _searchType;

        /// <summary>Describes the Content Indexing Operation Type for Data Classification Plan</summary>
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public string SearchType { get => this._searchType; set => this._searchType = value; }

        /// <summary>Backing field for <see cref="UserName" /> property.</summary>
        private string _userName;

        /// <summary>Associated user name of user having access to preview path</summary>
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public string UserName { get => this._userName; set => this._userName = value; }

        /// <summary>Creates an new <see cref="DcPlanContentIndexingDetails" /> instance.</summary>
        public DcPlanContentIndexingDetails()
        {

        }
    }
    /// Describes the Content Indexing attributes related to a Data Classification Plan
    public partial interface IDcPlanContentIndexingDetails :
        Commvault.Powershell.Runtime.IJsonSerializable
    {
        /// <summary>OCR Languages Supported By DC Plan</summary>
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"OCR Languages Supported By DC Plan",
        SerializedName = @"contentLanguage",
        PossibleTypes = new [] { typeof(string) })]
        string ContentLanguage { get; set; }
        /// <summary>Associated Domain of user having access to preview path</summary>
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"Associated Domain of user having access to preview path",
        SerializedName = @"domainName",
        PossibleTypes = new [] { typeof(string) })]
        string DomainName { get; set; }
        /// <summary>Whether Exact Search is enabled or disabled</summary>
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"Whether Exact Search is enabled or disabled",
        SerializedName = @"exactSearch",
        PossibleTypes = new [] { typeof(bool) })]
        bool? ExactSearch { get; set; }
        /// <summary>Whether Image Extraction is Enabled</summary>
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"Whether Image Extraction is Enabled",
        SerializedName = @"extractTextFromImage",
        PossibleTypes = new [] { typeof(bool) })]
        bool? ExtractTextFromImage { get; set; }
        /// <summary>
        /// Describes the Preview path for Content Indexed Data when search type is METADATA_CONTENT_PREVIEW
        /// </summary>
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"Describes the Preview path for Content Indexed Data when search type is METADATA_CONTENT_PREVIEW",
        SerializedName = @"previewPath",
        PossibleTypes = new [] { typeof(string) })]
        string PreviewPath { get; set; }
        /// <summary>Describes the Content Indexing Operation Type for Data Classification Plan</summary>
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"Describes the Content Indexing Operation Type for Data Classification Plan",
        SerializedName = @"searchType",
        PossibleTypes = new [] { typeof(string) })]
        string SearchType { get; set; }
        /// <summary>Associated user name of user having access to preview path</summary>
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"Associated user name of user having access to preview path",
        SerializedName = @"userName",
        PossibleTypes = new [] { typeof(string) })]
        string UserName { get; set; }

    }
    /// Describes the Content Indexing attributes related to a Data Classification Plan
    internal partial interface IDcPlanContentIndexingDetailsInternal

    {
        /// <summary>OCR Languages Supported By DC Plan</summary>
        string ContentLanguage { get; set; }
        /// <summary>Associated Domain of user having access to preview path</summary>
        string DomainName { get; set; }
        /// <summary>Whether Exact Search is enabled or disabled</summary>
        bool? ExactSearch { get; set; }
        /// <summary>Whether Image Extraction is Enabled</summary>
        bool? ExtractTextFromImage { get; set; }
        /// <summary>
        /// Describes the Preview path for Content Indexed Data when search type is METADATA_CONTENT_PREVIEW
        /// </summary>
        string PreviewPath { get; set; }
        /// <summary>Describes the Content Indexing Operation Type for Data Classification Plan</summary>
        string SearchType { get; set; }
        /// <summary>Associated user name of user having access to preview path</summary>
        string UserName { get; set; }

    }
}