space
Previous Page | Next Page

SAS Namespace Types

File


Subclass of Text

Subtypes


Overview

Represents a file in the file system.

Security Inheritance and Enforcement Rules

The following list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
FileExtension The type of the file (for example: txt, html, bat).   String 16  
FileName The name of the file in the file system.   String 256  
IsARelativeName Does the FileName attribute include the full directory path information? If so, this attribute should be false.   int  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, IsHidden, LockedBy, PublicType, TextRole, TextType, UsageVersion

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.
Name Cardinality Description Associated Types
AssociatedCube

Partner: AssociatedFile

0 to 1 The cube described by this file.  Cube
AssociatedExternalTable

Partner: OwningFile

0 to 1 The table described by this file. ExternalTable
AssociatedOLAPSchema

Partner: LogFile

0 to 1 The schema that is monitored by this log file. OLAPSchema
Directories

Partner: Files

0 to * The directory in which this file is located. Directory
AnalyticContext
ScriptedConnections

Partner: ScriptFiles

0 to * The scripted connection described by this file. SASClientConnection

Inherited Associations
AccessControls/Objects, Aliases/AliasFor, AliasFor/Aliases, AssociatedContentType/ContentItems, AssociatedProperty/StoredConfiguration, AssociatedQueryClause/SourceCode, AssociatedTrainedResult/TrainCode, AssociatedTransformation/SourceCode, AssociatedType/StoredConfiguration, Changes/Objects, CustomAssociations/OwningObject, DeployedComponents/DataPackages, Documents/Objects, Extensions/OwningObject, ExternalIdentities/OwningObject, FavoritesContainers/Favorites, FileRefs/FileRefLocations, Groups/Members, Implementors/ImplementedObjects, Keywords/Objects, LocalizedAttributes/AssociatedLocalizedObject, Notes/Objects, PrimaryPropertyGroup/AssociatedObject, Prompts/PromptEnabledObject, Properties/AssociatedObject, PropertySets/OwningObject, ReferencedObjects/AssociatedObjects, Reports/ReportLocation, ResponsibleParties/Objects, SourceTransformations/TransformationSources, SpecSourceTransformations/SourceSpecifications, SpecTargetTransformations/TargetSpecifications, TableCollections/CollectionLocations, Targets/TextualInformationObjects, TargetTransformations/TransformationTargets, Timestamps/Objects, Trees/Members, TSAssociatedNamespace/TSNamespaceLocations, TSObjectNamespace/TSObjects, UnitofTimes/AssociatedContentLocation, UsedByPackages/UsingPackages, UsedByPrototypes/UsingPrototype, UsingPackages/UsedByPackages, UsingPrototype/UsedByPrototypes, Variables/AssociatedObject

Attribute Details

FileExtension
     Type:  String 16  

The type of the file (for example: txt, html, bat).

FileName
     Type:  String 256  

The name of the file in the file system.

IsARelativeName
     Type:  int  

Does the FileName attribute include the full directory path information? If so, this attribute should be false.

Association Details

AssociatedCube
     Cardinality:   0 to 1
     Partner:   AssociatedFile

The cube described by this file. 

Associated Types:
Cube

AssociatedExternalTable
     Cardinality:   0 to 1
     Partner:   OwningFile

The table described by this file.

Associated Types:
ExternalTable

AssociatedOLAPSchema
     Cardinality:   0 to 1
     Partner:   LogFile

The schema that is monitored by this log file. 

Associated Types:
OLAPSchema

Directories
     Cardinality:   0 to *
     Partner:   Files

The directory in which this file is located.

Associated Types:
Directory, AnalyticContext

ScriptedConnections
     Cardinality:   0 to *
     Partner:   ScriptFiles

The scripted connection described by this file.

Associated Types:
SASClientConnection

Previous Page | Next Page | Top of Page