AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.
Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z
public class RDFGraphSummary
The RDFGraphSummary type exposes the following members
| Name | Description | |
|---|---|---|
|
RDFGraphSummary() |
| Name | Type | Description | |
|---|---|---|---|
|
Classes | System.Collections.Generic.List<System.String> |
Gets and sets the property Classes. A list of the classes in the graph. |
|
NumClasses | System.Int64 |
Gets and sets the property NumClasses. The number of classes in the graph. |
|
NumDistinctPredicates | System.Int64 |
Gets and sets the property NumDistinctPredicates. The number of distinct predicates in the graph. |
|
NumDistinctSubjects | System.Int64 |
Gets and sets the property NumDistinctSubjects. The number of distinct subjects in the graph. |
|
NumQuads | System.Int64 |
Gets and sets the property NumQuads. The number of quads in the graph. |
|
Predicates | System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Int64>> |
Gets and sets the property Predicates. "A list of predicates in the graph, along with the predicate counts. |
|
SubjectStructures | System.Collections.Generic.List<Amazon.Neptunedata.Model.SubjectStructure> |
Gets and sets the property SubjectStructures.
This field is only present when the request mode is |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5