Click or drag to resize

AbstractResourceAbsolutePath Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Gets an absolute path of this resource.

Namespace:  Tangosol.IO.Resources
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public string AbsolutePath { get; set; }

Property Value

Type: String

Implements

IResourceAbsolutePath
Remarks
The exact value returned will depend on the specific resource implementation.

For example, file system-based resources that support relative path resolution, such as FileResource and WebResource, should return an absolute path of the resource on the file system. Other resource types should return fully qualified URI for the resource, which is basically the value of the Uri property.

See Also