# `Ash.DataLayer.Ets.Info`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/data_layer/ets/info.ex#L5)

Introspection helpers for the Ets data layer

# `private?`

```elixir
@spec private?(Ash.Resource.t() | Spark.Dsl.t()) :: boolean()
```

Whether or not the ets table for the resource should be private

# `table`

```elixir
@spec table(Ash.Resource.t() | Spark.Dsl.t()) :: boolean()
```

The ets table name for a resource

---

*Consult [api-reference.md](api-reference.md) for complete listing*
