Class TSetSpaceQuotaReq

java.lang.Object
org.apache.iotdb.common.rpc.thrift.TSetSpaceQuotaReq
All Implemented Interfaces:
Serializable, Cloneable, Comparable<TSetSpaceQuotaReq>, org.apache.thrift.TBase<TSetSpaceQuotaReq,TSetSpaceQuotaReq._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2025-09-08") public class TSetSpaceQuotaReq extends Object implements org.apache.thrift.TBase<TSetSpaceQuotaReq,TSetSpaceQuotaReq._Fields>, Serializable, Cloneable, Comparable<TSetSpaceQuotaReq>
See Also:
  • Field Details

  • Constructor Details

    • TSetSpaceQuotaReq

      public TSetSpaceQuotaReq()
    • TSetSpaceQuotaReq

      public TSetSpaceQuotaReq(List<String> database, TSpaceQuota spaceLimit)
    • TSetSpaceQuotaReq

      public TSetSpaceQuotaReq(TSetSpaceQuotaReq other)
      Performs a deep copy on other.
  • Method Details