View Source
  Class IndexDefinition
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class IndexDefinition
   
  Properties
  
  
    View Source
  
  ColumnName
  
  
  Declaration
  
    public virtual string ColumnName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Columns
  
  
  Declaration
  
    public virtual ICollection<IndexColumnDefinition> Columns { get; set; }
   
  Property Value
  
  
    View Source
  
  IncludeColumns
  
  
  Declaration
  
    public virtual ICollection<IndexColumnDefinition> IncludeColumns { get; set; }
   
  Property Value
  
  
    View Source
  
  IndexType
  
  
  Declaration
  
    public IndexTypes IndexType { get; set; }
   
  Property Value
  
  
    View Source
  
  Name
  
  
  Declaration
  
    public virtual string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  SchemaName
  
  
  Declaration
  
    public virtual string SchemaName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  TableName
  
  
  Declaration
  
    public virtual string TableName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |