Show / Hide Table of Contents

Class DerivedLogicalEntities

Entities derived from the application of a pattern to a list of file paths.

Inheritance
object
DerivedLogicalEntities
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class DerivedLogicalEntities

Properties

FilesInLogicalGrouping

Declaration
[JsonProperty(PropertyName = "filesInLogicalGrouping")]
public List<string> FilesInLogicalGrouping { get; set; }
Property Value
Type Description
List<string>

The list of file paths that belong to the grouping of logical entity or UNMATCHED for which realizedExpression is a selector.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of the derived logical entity. The group name of the unmatched files will be UNMATCHED

RealizedExpression

Declaration
[JsonProperty(PropertyName = "realizedExpression")]
public string RealizedExpression { get; set; }
Property Value
Type Description
string

The expression realized after resolving qualifiers . Used in deriving this logical entity

In this article
Back to top